mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
19 lines
446 B
Plaintext
19 lines
446 B
Plaintext
|
SHORT Single Precision MFLOP/s
|
||
|
|
||
|
EVENTSET
|
||
|
PMC0 EMON_SSE_SSE2_COMP_INST_RETIRED_ALL_SP
|
||
|
PMC1 EMON_SSE_SSE2_COMP_INST_RETIRED_SCALAR_SP
|
||
|
|
||
|
METRICS
|
||
|
Runtime (RDTSC) [s] time
|
||
|
SP [MFLOP/s] 1.0E-06*(PMC0)/time
|
||
|
Scalar [MUOPS/s] 1.0E-06*(PMC1)/time
|
||
|
|
||
|
LONG
|
||
|
Formulas:
|
||
|
SP [MFLOP/s] = (EMON_SSE_SSE2_COMP_INST_RETIRED_ALL_SP)/ runtime
|
||
|
Scalar [MUOPS/s] = (EMON_SSE_SSE2_COMP_INST_RETIRED_SCALAR_SP)/ runtime
|
||
|
-
|
||
|
SSE scalar and packed single precision FLOP rates.
|
||
|
|