mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
21 lines
622 B
Plaintext
21 lines
622 B
Plaintext
SHORT Double Precision MFLOP/s
|
|
|
|
EVENTSET
|
|
PMC0 EMON_SSE_SSE2_COMP_INST_RETIRED_PACKED_DP
|
|
PMC1 EMON_SSE_SSE2_COMP_INST_RETIRED_SCALAR_DP
|
|
|
|
METRICS
|
|
Runtime (RDTSC) [s] time
|
|
DP [MFLOP/s] 1.0E-06*(PMC0*2.0+PMC1)/time
|
|
Packed [MUOPS/s] 1.0E-06*(PMC0)/time
|
|
Scalar [MUOPS/s] 1.0E-06*PMC1/time
|
|
|
|
LONG
|
|
Formulas:
|
|
DP [MFLOP/s] = (EMON_SSE_SSE2_COMP_INST_RETIRED_PACKED_DP*2 + EMON_SSE_SSE2_COMP_INST_RETIRED_SCALAR_DP )/ runtime
|
|
Packed [MUOPS/s] = 1.0E-06*(EMON_SSE_SSE2_COMP_INST_RETIRED_PACKED_DP)/time
|
|
Scalar [MUOPS/s] = 1.0E-06*EMON_SSE_SSE2_COMP_INST_RETIRED_SCALAR_DP/time
|
|
-
|
|
SSE scalar and packed double precision FLOP rates.
|
|
|