Open
Bug 1951664
Opened 12 days ago
Updated 12 days ago
Consider using Long Task markers and deprecating the `eventDelay` data
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: canova, Unassigned)
References
Details
Currently we are using the eventDelay
data for creating jank markers in the frontend. But we also have "Long Task" markers that might indicate jank for a while now. Looking at the profiles, we've seen that they mostly correlate to each other. We should consider replacing them with Long Task markers.
But we've also seen some cases where they don't always match. So we should also look at those areas and try to understand why (and fix if there are any bugs).
You need to log in
before you can comment on or make changes to this bug.
Description
•