Graviola, fix RAPL, shutdown

This commit is contained in:
Pascal Engélibert 2026-01-21 09:20:02 +01:00
commit ac56eb5b82
3 changed files with 55 additions and 24 deletions

View file

@ -356,6 +356,7 @@ python plots.py prof <path/to/log>
```bash
gcc -O3 powercap.c -o powercap
sudo chown root powercap
sudo chmod u+s powercap
```