google-chrome - how to enable fps counter
Matthew Barrera
I use google-chrome 74.0.3729.131-1 on Ubuntu. According to the informations which I have found I have tried to enable FPS counter using chrome://flags and settings but I haven't found such option. How to do it ?
12 Answers
Show FPS has moved to the 'Rendering' tab in the developer tools sidebar.
- F12
- In the bottom (console) section, click the 3 vertical dots
- Select the 'Rendering' page to add it to the bottom pane
- You should see 'FPS meter' 3rd item down
Update:
From Chrome 80, the 'FPS Meter' checkbox is the 4th item in the list. You can also access the Rendering tab from the top-right . menu
7With the focus on the Dev Tools Console, press CMD+SHIFT+P (Mac, ⌘+⇧+P) or CTRL+SHIFT+P (Windows, Linux) and type "FPS" and press enter.
Doesn't get easier, and it's future-proof for whenever Chrome changes the location of the tool in the menus.