Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(profiler): improve timings accuracy #84

Merged
merged 10 commits into from
Apr 7, 2023
Merged

fix(profiler): improve timings accuracy #84

merged 10 commits into from
Apr 7, 2023

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    440af9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3fab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ced57dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61c0d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57b12b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    873e139 View commit details
    Browse the repository at this point in the history
  2. fix(profiler): improve accuracy

    By getting the pid on C++ side, we should get better accuracy on measures on startup and ensure we don't miss the first couple 100ms
    Almouro committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    bf5dc27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7128d11 View commit details
    Browse the repository at this point in the history
  4. refactor(profiler): use object for measure callback

    BREAKING CHANGE: if using a custom script, pollPerformanceMeasures will now take { onMeasure: (Measure) => void }
    as second parameter
    Almouro committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    81a1434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e635bb View commit details
    Browse the repository at this point in the history