Closed
Bug 1756124
Opened 4 years ago
Closed 4 years ago
Repeating CSS animations should be visible in profiles
Categories
(Core :: CSS Transitions and Animations, enhancement)
Core
CSS Transitions and Animations
Tracking
()
RESOLVED
FIXED
99 Branch
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
The profiler markers I added in bug 1698125 help a lot to see what's causing CSS animations, but long running repeating animations are difficult to spot if the profiler was started after the beginning of the animation and the profile was captured before the end of the animation. Currently the only way to see in the profile that this is happening is to look for the animationiteration DOMEvent markers.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/15de33be0c9a
Add 'CSS animation iteration' profiler markers, r=emilio,boris.
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•