mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-14 05:57:25 +01:00
22 lines
411 B
Plaintext
22 lines
411 B
Plaintext
|
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.
|
||
|
|