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

Scheduling profiler tweaks #20215

Merged
merged 2 commits into from Nov 12, 2020

Commits on Nov 12, 2020

  1. Copy the full SHA
    b8c3a4f View commit details
    Browse the repository at this point in the history
  2. Update scheduling profiler to require User Timing level 3

    Browsers that implement User Timing level 2 (e.g. Firefox) apparently struggle to keep up with the number of marks the scheduling profiler is logging. To avoid this, the feature detection has been updated to require User Timing level 3 support. In addition to this, marks are cleared immediately after being logged to avoid perpetually growing the entries buffer.
    Brian Vaughn committed Nov 12, 2020
    Copy the full SHA
    77bf18e View commit details
    Browse the repository at this point in the history