问题
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
回答1:
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
回答2:
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
回答3:
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
回答4:
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
回答5:
To get an FPS meter Chrome 71 in the year 2019 you can open devtools and then navigate to "More Tools", then select Rendering, which has an FPS meter
Screenshot here
回答6:
press F12, then press esc, a drawer opens at the bottom of the screen, select rendering and then select show FPS meter.
回答7:
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