mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-13 05:27:31 +01:00
29 lines
708 B
Plaintext
29 lines
708 B
Plaintext
SHORT Single Precision MFLOP/s
|
|
|
|
EVENTSET
|
|
PMC0 INST_RETIRED
|
|
PMC1 CPU_CYCLES
|
|
PMC2 VFP_SPEC
|
|
PMC3 ASE_SPEC
|
|
|
|
METRICS
|
|
Runtime (RDTSC) [s] time
|
|
Clock [MHz] 1.E-06*PMC1/time
|
|
CPI PMC1/PMC0
|
|
SP [MFLOP/s] 1.0E-06*(PMC3*2.0+PMC2)/time
|
|
NEON SP [MFLOP/s] 1.0E-06*(PMC3*2.0)/time
|
|
Packed [MUOPS/s] 1.0E-06*(PMC3)/time
|
|
Scalar [MUOPS/s] 1.0E-06*PMC2/time
|
|
Vectorization ratio 100*(PMC3)/(PMC2+PMC3)
|
|
|
|
LONG
|
|
Formulas:
|
|
SP [MFLOP/s] = 1.0E-06*(ASE_SPEC*2+VFP_SPEC)/runtime
|
|
NEON SP [MFLOP/s] = 1.0E-06*(ASE_SPEC*4)/runtime
|
|
Packed [MUOPS/s] = 1.0E-06*(ASE_SPEC)/runtime
|
|
Scalar [MUOPS/s] = 1.0E-06*VFP_SPEC/runtime
|
|
Vectorization ratio = 100*(ASE_SPEC)/(ASE_SPEC+VFP_SPEC)
|
|
-
|
|
NEON scalar and packed single precision FLOP rates.
|
|
|