aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc/cpu/README
blob: a0cee30a825d3c2f0484f4c3faab84660b18a756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)