Analyzing an HTML-5 application which makes heavy use of GPU-enabled animations, I would like to constantly check the FPS rate in an environment in which Chrome/Chromium is started with the --kiosk
startup flag. Currently, I use Chromium in version 60+.
Most of us know how to en- or disable this feature in Chrome/Chromium by selecting the checkbox FPS meter
in regular mode (see: [1], [2]). I already found the startup flag --show-fps-counter
which shows the GPU debug box upon startup [3]. However, the official developer documentation provided by Google does not mention ways to use a keyboard shortcut to toggle the display of the FPS meter tool.
So my question is:
- Is there an (un-)official keyboard shortcut to show/hide the FPS meter when Chrome/Chromium is launched in
--kiosk
mode? If so: what is it?
Questions which I already checked/screened and which did not provide a useful answers:
- [4], refers to an outdated Chrome version (v33),
- [5], refers to Android settop boxes and, as of today, has no answer,
- [6], refers to JavaScript and a programmatic activation of the FPS meter (again: no answer).
Any suggestions based on official sources are much appreciated.