webrtc/tools_webrtc/cpu
2022-04-15 17:13:23 -06:00
..
cpu_mon.py Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
OWNERS Rename tools-webrtc -> tools_webrtc 2017-05-09 06:30:13 +00:00
README Rename tools-webrtc -> tools_webrtc 2017-05-09 06:30:13 +00:00

This directory contains a little utility for doing CPU measurements.
It requires a Python package, psutil, to be installed.
See: https://pypi.python.org/pypi/psutil

On mac you can install this package like so:
sudo ARCHFLAGS='-Wno-error=unused-command-line-argument-hard-error-in-future' easy_install psutil

On Windows:
- TBD (see link above)

On Linux:
- TBD (see link above)