I think I'm going mad. I use the FPS meter in Chrome all the time, but I can no longer find it. If I go into settings in the dev tools it is not there.
Can anyone guide me as to what I am doing wrong?
I am using a Windows PC and Chrome 33.0.1750.117
Go to about:flags and enable the the FPS counter there.
You might also need to enable GPU composition on all pages. I can't enable this on my current machine, so I'm afraid I can't test it myself.
See this article for more information
Found the answer in the developer tools docs.
They have moved to Timeline
Towards the bottom there is a tab called Rendering, this contains all the goodies that were once in settings.
For more info see Rendering Settings
Version 51.0.2704.63 (64-bit) Update for anyone still looking
- F12
click on 3 dots
Click on More tools
- Click on Rendering settings
Then the settings will be available down near the console
I found the option from this document: https://developer.chrome.com/devtools/docs/rendering-settings
On the main menu bar there is an icon that looks similar to >≡
that will toggle a bottom-pane off and on that contains the options:
- Show paint rectangles
- Show composited layer borders
- Show FPS meter
- Enable continuous page repainting
- Show potential scroll bottlenecks
Toggle the FPS meter from there.
Current Chrome version at time of writing 39.0.2171.95
press F12, then press esc, a drawer opens at the bottom of the screen, select rendering and then select show FPS meter.
Type chrome://flags/
in your address bar
Search for FPS
Enable/Disable it
Restart Chrome
来源:https://stackoverflow.com/questions/22038065/show-fps-meter-chrome-33