Open
Bug 1904602
Opened 8 months ago
Updated 8 months ago
Record DOM Mutation in js-tracer profiler output
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
Details
Attachments
(2 files)
Some tweak is required on the profiler frontend in order to make them appear nicely on the stack chart:
https://github.com/firefox-devtools/profiler/issues/5018
Reporter | ||
Comment 1•8 months ago
|
||
Reporter | ||
Comment 2•8 months ago
|
||
This records a fake "UserTiming" marker, which are optionaly shown in the marker chart.
But given that DOM Mutations don't have a duration, they are barely visible, and can't be hovered.
You need to log in
before you can comment on or make changes to this bug.
Description
•