about summary refs log tree commit diff
path: root/src/ci/scripts/collect-cpu-stats.sh
AgeCommit message (Collapse)AuthorLines
2023-03-09record the cpu usage in a gitignored directoryPietro Albini-1/+2
2021-07-06migrate cpu-usage-over-time.py to python 3Pietro 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-12ci: extract collecting cpu stats into a scriptPietro Albini-0/+9