mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-14 22:17:26 +01:00
20 lines
349 B
Plaintext
20 lines
349 B
Plaintext
SHORT X87 MFLOP/s
|
|
|
|
EVENTSET
|
|
FIXC0 INSTR_RETIRED_ANY
|
|
FIXC1 CPU_CLK_UNHALTED_CORE
|
|
PMC0 X87_COMP_OPS_EXE_ANY_AR
|
|
|
|
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_COMP_OPS_EXE_ANY_AR/runtime
|
|
--
|
|
The MFLOP/s made with X87 instructions
|
|
|