This is a set of tools which measure FPS and CPU usage for games running in ARC on ChromeOS.
fps.py
- Measures frames per second of the game.
- Type
python3 fps.py --help
for more information.
cpu.py
- Measures CPU usage of the game and the device.
- Type
python3 cpu.py --help
for more information.
memory.py
- Measures memory usage of the game and the device.
- Type
python3 memory.py --help
for more information.
- Any computer with ADB and Python3