We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbd38a commit ac3cabbCopy full SHA for ac3cabb
1 file changed
README.md
@@ -10,6 +10,18 @@ Enable unrestricted use of perf counters:
10
# echo -1 > /proc/sys/kernel/perf_event_paranoid
11
```
12
13
+## Disable CPU scaling
14
+
15
+Set the scaling governer of all your cpus to `performance`:
16
17
+```
18
+echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
19
+echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
20
+...
21
22
+echo performance > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor
23
24
25
## Generating the eventlog
26
27
To generate the event log, we need to compile the program with the eventlog enabled
0 commit comments