Files
cc-metric-collector/collectors/likwid/groups/core2/FLOPS_X87.txt
2021-03-25 14:47:10 +01:00

22 lines
435 B
Plaintext

SHORT X87 MFLOP/s
EVENTSET
FIXC0 INSTR_RETIRED_ANY
FIXC1 CPU_CLK_UNHALTED_CORE
FIXC2 CPU_CLK_UNHALTED_REF
PMC0 X87_OPS_RETIRED_ANY
METRICS
Runtime (RDTSC) [s] time
Runtime unhalted [s] FIXC1*inverseClock
CPI FIXC1/FIXC0
X87 [MFLOP/s] 1.0E-06*PMC0/time
LONG
Formulas:
X87 [MFLOP/s] = 1.0E-06*X87_OPS_RETIRED_ANY/time
-
Profiling group to measure X87 FLOPs. Note that also non computational operations
are measured by this event.