Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

google-chrome - how to enable fps counter

Writer 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 ?

1

2 Answers

Show FPS has moved to the 'Rendering' tab in the developer tools sidebar.

  1. F12
  2. In the bottom (console) section, click the 3 vertical dots
  3. Select the 'Rendering' page to add it to the bottom pane
  4. You should see 'FPS meter' 3rd item down

enter image description here

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

enter image description here

7

With 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy