You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
OWNERS.webrtc Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
README Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
cpu_mon.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago

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)