Closed
Bug 1148186
Opened 10 years ago
Closed 3 years ago
Show more details in flamegraph when hovering over a frame
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
MOVED
People
(Reporter: fitzgen, Unassigned)
References
Details
Attachments
(1 file)
|
22.61 KB,
patch
|
Details | Diff | Splinter Review |
I should be able to just hover over a frame in the flame graph and it should show that frame's
* function name and location
* self time (for this specific frame in the flame graph)
* total time (for this specific frame in the flame graph)
* aggregate self time (for all instances of this frame in the flame graph)
* aggregate total time (for all instances of this frame in the flame graph)
* aggregate percent of samples where this frame was the leaf
Updated•10 years ago
|
Blocks: perf-tool-v2
Updated•10 years ago
|
Comment 3•10 years ago
|
||
To me, this is the biggest usability problem I have with the flamegraph.
Updated•10 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Comment 4•10 years ago
|
||
Started working on this and we do not have any of the cost times associated with this data, as the flame graph takes the original profile, and does not use the same format as the calltree does after it calculates the costs.
We should share this information somehow, and there's a lot of going on with the calltree format right now.
Comment 5•10 years ago
|
||
proof of concept http://i.imgur.com/IdVpLEN.gif
Comment 6•10 years ago
|
||
This requires more data massaging and overhead to get the info we need so will take longer to do this than expected. Filing bug 1160206 as an easier replacement for now. If this is a P1 for June 2nd, we'll need to chop some other things.
No longer blocks: perf-tool-papercuts
Updated•9 years ago
|
Assignee: jsantell → nobody
Status: ASSIGNED → NEW
Comment 7•9 years ago
|
||
Triaging. Filter on ADRENOCORTICOTROPIC (yes).
OS: Mac OS X → Unspecified
Priority: -- → P3
Hardware: x86 → Unspecified
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 8•3 years ago
|
||
I moved this to https://github.com/firefox-devtools/profiler/issues/3983
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → MOVED
You need to log in
before you can comment on or make changes to this bug.
Description
•