Closed
Bug 834186
Opened 13 years ago
Closed 11 years ago
Display framerate
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P2)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1007202
People
(Reporter: Yoric, Unassigned)
Details
(Keywords: perf, Whiteboard: [performance] [c=devtools p= s= u=])
Framerate and cpu load would be interesting informations for application developers.
Comment 1•13 years ago
|
||
Framerate display can be enabled with "layers.acceleration.draw-fps" but it only works on OpenGL (not Windows) as far as I know
See bugs 612407 and 780467
Reporter | ||
Comment 2•13 years ago
|
||
Yes, and we also have window.mozPaintCount that could be used in a more generic manner.
![]() |
||
Comment 3•13 years ago
|
||
we actually have an addon that makes use of this.
https://github.com/pcwalton/firefox-framerate-monitor
It would be pretty easy to turn this into a shipping feature. Not sure where we'd put it, but I'd like to see it on our Developer Toolbar.
![]() |
||
Updated•13 years ago
|
Whiteboard: [performance]
![]() |
||
Comment 4•13 years ago
|
||
I'm moving this into the profiler. We'd like to capture framerates during profiles and display them alongside the stackdepth as well.
Component: Developer Tools → Developer Tools: Profiler
![]() |
||
Comment 5•12 years ago
|
||
We should open a separate bug to display CPU levels since we don't have easy access to that, afaik. framerates we will do.
Priority: -- → P2
Summary: Display framerate and cpu load → Display framerate
![]() |
||
Comment 6•11 years ago
|
||
tagging this so the b2g perf team can track this work.
Keywords: perf
Whiteboard: [performance] → [performance] [c=devtools p= s= u=]
![]() |
||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•