| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-09 | record the cpu usage in a gitignored directory | Pietro Albini | -1/+2 | |
| 2021-07-06 | migrate cpu-usage-over-time.py to python 3 | Pietro Albini | -1/+1 | |
| The only change here is a fix for `sys.platform` on Linux. Python 3.3 changed the API to return "linux" instead of "linux2"/"linux3", so this commit uses `.startswith("python")` to make the code work on Python 3 without breaking Python 2. | ||||
| 2019-11-12 | ci: extract collecting cpu stats into a script | Pietro Albini | -0/+9 | |
