rhubarb-lip-sync/rhubarb/lib/webrtc-8d2248ff/tools/cpu
Daniel Wolf e5c39efeeb Moved main executable into its own directory along with its build logic
This will make it easier to add other artifacts that require build steps.
2018-01-24 18:38:09 +01:00
..
OWNERS Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
README Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00
cpu_mon.py Moved main executable into its own directory along with its build logic 2018-01-24 18:38:09 +01:00

README

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)