cc-metric-collector/collectors/likwid/groups/arm8_n1/CLOCK.txt

17 lines
228 B
Plaintext
Raw Normal View History

2021-03-25 14:47:10 +01:00
SHORT Cycles and instructions
EVENTSET
PMC0 INST_RETIRED
PMC1 CPU_CYCLES
METRICS
Runtime (RDTSC) [s] time
CPI PMC1/PMC0
LONG
Formulas:
CPI = CPU_CYCLES/INST_RETIRED
-
This is a metric to determine cycles per instruction.