cc-metric-collector/collectors/likwid/groups/goldmont/DIVIDE.txt

25 lines
602 B
Plaintext
Raw Normal View History

2021-03-25 14:47:10 +01:00
SHORT Divide unit information
EVENTSET
FIXC0 INSTR_RETIRED_ANY
FIXC1 CPU_CLK_UNHALTED_CORE
FIXC2 CPU_CLK_UNHALTED_REF
PMC0 CYCLES_DIV_BUSY_ALL
PMC1 CYCLES_DIV_BUSY_ALL_COUNT
METRICS
Runtime (RDTSC) [s] time
Runtime unhalted [s] FIXC1*inverseClock
Clock [MHz] 1.E-06*(FIXC1/FIXC2)/inverseClock
CPI FIXC1/FIXC0
Number of divide ops PMC1
Avg. divide unit usage duration PMC0/PMC1
LONG
Formulas:
Number of divide ops = CYCLES_DIV_BUSY_ALL_COUNT
Avg. divide unit usage duration = CYCLES_DIV_BUSY_ALL/CYCLES_DIV_BUSY_ALL_COUNT
-
This performance group measures the average latency of divide operations