mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00

This aligns with established naming convention for all other directories. BUG=webrtc:7593 NOTRY=True NOTREECHECKS=True R=ehmaldonado@webrtc.org, mbonadei@webrtc.org TBR=henrika@webrtc.org Review-Url: https://codereview.webrtc.org/2864213004 . Cr-Commit-Position: refs/heads/master@{#18059}
12 lines
379 B
Text
12 lines
379 B
Text
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)
|