Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: tools-webrtc/cpu/README

Issue 2584433002: Create top-level dir tools-webrtc and start moving things into it. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools-webrtc/cpu/OWNERS ('k') | tools-webrtc/cpu/cpu_mon.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains a little utility for doing CPU measurements. 1 This directory contains a little utility for doing CPU measurements.
2 It requires a Python package, psutil, to be installed. 2 It requires a Python package, psutil, to be installed.
3 See: https://pypi.python.org/pypi/psutil 3 See: https://pypi.python.org/pypi/psutil
4 4
5 On mac you can install this package like so: 5 On mac you can install this package like so:
6 sudo ARCHFLAGS='-Wno-error=unused-command-line-argument-hard-error-in-future' ea sy_install psutil 6 sudo ARCHFLAGS='-Wno-error=unused-command-line-argument-hard-error-in-future' ea sy_install psutil
7 7
8 On Windows: 8 On Windows:
9 - TBD (see link above) 9 - TBD (see link above)
10 10
11 On Linux: 11 On Linux:
12 - TBD (see link above) 12 - TBD (see link above)
OLDNEW
« no previous file with comments | « tools-webrtc/cpu/OWNERS ('k') | tools-webrtc/cpu/cpu_mon.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698