mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
![]() Bug: webrtc:9548 Change-Id: I0daf8dc06fdaac1637c32994ef6ad542ed52202a Reviewed-on: https://webrtc-review.googlesource.com/90045 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Niklas Enbom <niklas.enbom@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24068} |
||
---|---|---|
.. | ||
cpu_mon.py | ||
OWNERS | ||
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)