mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2025-07-21 23:21:04 +02:00
support for RAPL
This commit is contained in:
@@ -181,7 +181,7 @@ You can find details on the meanings of the different parts of the entries in ch
|
||||
|
||||
## MSR Performance Counter Config Files
|
||||
|
||||
Some performance counters, such as the uncore counters on Intel CPUs, cannot be read with the `RDPMC` instruction, but only with the `RDMSR` instruction. The entries in the corresponding configuration files have the following format:
|
||||
Some performance counters, such as the uncore counters or the RAPL counters on Intel CPUs, cannot be read with the `RDPMC` instruction, but only with the `RDMSR` instruction. The entries in the corresponding configuration files have the following format:
|
||||
|
||||
msr_...=...(.msr_...=...)* msr_... Name
|
||||
|
||||
|
4
configs/msr_RAPL.txt
Normal file
4
configs/msr_RAPL.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
msr_611 MSR_PKG_ENERGY_STATUS
|
||||
msr_639 MSR_PP0_ENERGY_STATUS
|
||||
msr_641 MSR_PP1_ENERGY_STATUS
|
||||
msr_619 MSR_DRAM_ENERGY_STATUS
|
Reference in New Issue
Block a user