mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-30 00:16:07 +02:00
Add likwid collector
This commit is contained in:
21
collectors/likwid/groups/nehalem/FLOPS_X87.txt
Normal file
21
collectors/likwid/groups/nehalem/FLOPS_X87.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
SHORT X87 MFLOP/s
|
||||
|
||||
EVENTSET
|
||||
FIXC0 INSTR_RETIRED_ANY
|
||||
FIXC1 CPU_CLK_UNHALTED_CORE
|
||||
FIXC2 CPU_CLK_UNHALTED_REF
|
||||
PMC0 INST_RETIRED_X87
|
||||
|
||||
METRICS
|
||||
Runtime (RDTSC) [s] time
|
||||
Runtime unhalted [s] FIXC1*inverseClock
|
||||
Clock [MHz] 1.E-06*(FIXC1/FIXC2)/inverseClock
|
||||
CPI FIXC1/FIXC0
|
||||
X87 [MFLOP/s] 1.0E-06*PMC0/time
|
||||
|
||||
LONG
|
||||
Formulas:
|
||||
X87 [MFLOP/s] = 1.0E-06*INST_RETIRED_X87/runtime
|
||||
-
|
||||
Profiling group to measure X87 FLOP rate.
|
||||
|
Reference in New Issue
Block a user