Closed
Bug 1159367
Opened 11 years ago
Closed 3 years ago
Display input events on timeline
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jsantell, Unassigned)
Details
Chrome has something similar behind an experimental pref (hit shift 6 times), "Display Input Events on Timeline". May or may not make it to release in this form.
Not an intent to implement, but a bug tracking discussions on exploring if we want something similar.
Chrome Screenshot: http://i.imgur.com/rUhlF6T.png
This one’s pretty cool. It adds another row to the timeline overview (top row in picture), with yellow notches for input events. The interesting stuff is, these markers become purple if they cause a layout. As for the darker orange marker in the that row, I’m not sure why that is — possibly because there’s GC during that event, possibly because it’s huge, or possibly because this is the most “costly function”. (Looking at a few other profiles, it seems that this is when a GC occurs inside of an input event… MAYBE)
Comment 1•10 years ago
|
||
Triaging. Filter on ADRENOCORTICOTROPIC (yes).
Priority: -- → P3
Version: 37 Branch → unspecified
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
Comment 2•3 years ago
|
||
This report is related to the old DevTools profiler implementation, which has been removed. The Performance panel is now based on Firefox Profiler at https://profiler.firefox.com/
Closing as invalid
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•