Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
OWNERS | D | 03-May-2024 | 17 | 2 | 1 | |
README | D | 03-May-2024 | 379 | 13 | 9 | |
cpu_mon.py | D | 03-May-2024 | 2 KiB | 84 | 53 |
README
1This directory contains a little utility for doing CPU measurements. 2It requires a Python package, psutil, to be installed. 3See: https://pypi.python.org/pypi/psutil 4 5On mac you can install this package like so: 6sudo ARCHFLAGS='-Wno-error=unused-command-line-argument-hard-error-in-future' easy_install psutil 7 8On Windows: 9- TBD (see link above) 10 11On Linux: 12- TBD (see link above) 13