You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the enableSchedulingProfiler flag dynamic for the profiling build (so marks can be disabled). I think it should be sufficient to do something like:
Update our User Timing API check to include clearMeasures and when we call mark(name), also call clearMeasures(name) to avoid clogging the entries buffer. (Apparently this has a significant negative performance impact for Firefox.)
The text was updated successfully, but these errors were encountered:
Make the
enableSchedulingProfiler
flag dynamic for the profiling build (so marks can be disabled). I think it should be sufficient to do something like:Update our User Timing API check to include
clearMeasures
and when we callmark(name)
, also callclearMeasures(name)
to avoid clogging the entries buffer. (Apparently this has a significant negative performance impact for Firefox.)The text was updated successfully, but these errors were encountered: