Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome fps meter no longer shows frame rate

I'm trying to view my animation's frame rate in chrome using dev tools. The old FPS meter would actually show "Frame Rate", but it looks like the FPS meter has changed since then and no longer shows Frame Rate (I'm using Chrome 85).

Here's how my FPS meter looks

How do I get the old FPS meter that showed average frame rate?

like image 249
Abhi Sundu Avatar asked Sep 07 '20 18:09

Abhi Sundu


People also ask

How do I check my FPS on Google?

Open the inspector (Right click+Inspect), Press Esc to show the console panel on the bottom, click the three dot menu to the left side of that, and click "Rendering". In that tab there's a "Show FPS Meter" checkbox. You received this message because you are subscribed to the Google Groups "Graphics-dev" group.

How can I check my browser FPS?

A manual way to check for hardware accelerated FPS in Chrome is to grab the Chrome Beta channel (as of posting date) and go to about:flags and turn on FPS Counter. However, on a Mac, acceleration only turns on when using WebGL.


Video Answer


2 Answers

There is an chromium issue about it [link], and it seems they have decided to remove the old fps meter and rename it to "Frame Rendering Stats" .

like image 73
user6903584 Avatar answered Oct 09 '22 07:10

user6903584


I find this on twitter . old fps meter is deleted i think

https://twitter.com/addyosmani/status/1281483292026400768

like image 41
linyue Avatar answered Oct 09 '22 07:10

linyue