Closed
Bug 1153701
Opened 10 years ago
Closed 2 years ago
Record and show refreshDriver::tick durations
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P2)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox40 affected)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: paul, Unassigned)
References
Details
(Keywords: DevAdvocacy, Whiteboard: [devtools-platform])
No description provided.
Comment 1•10 years ago
|
||
We can use the info from the framerate actor for this. How do you imagine this being displayed? Bars at the top in the waterfall?
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #1)
> We can use the info from the framerate actor for this.
How does the framework actor work?
We need to log the frames the same way we log markers.
> How do you imagine this being displayed? Bars at the top in the waterfall?
Yes.
Comment 3•10 years ago
|
||
Frameactor spits out timestamps, pretty much -- from there, we construct the frames-per-second rate on the client for the FPS graph. So this is mostly just modifying the waterfall view
Updated•9 years ago
|
Whiteboard: [devtools-platform]
Comment 4•9 years ago
|
||
Triaging. Filter on ADRENOCORTICOTROPIC (yes).
I'd love to work on this later.
OS: Mac OS X → All
Priority: -- → P2
Hardware: x86 → All
Updated•9 years ago
|
Keywords: DevAdvocacy
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
Comment 6•2 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: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•