cc-metric-collector/collectors/likwid/groups/phi/MEM6.txt
2021-03-25 14:47:10 +01:00

18 lines
386 B
Plaintext

SHORT L2 read misses
EVENTSET
PMC0 L2_READ_MISS
METRICS
Runtime (RDTSC) [s] time
L2 read bandwidth [MBytes/s] 1.0E-06*PMC0*64.0/time
L2 read data volume [GBytes] 1.0E-09*PMC0*64.0
LONG
Formulas:
L2 read bandwidth [MBytes/s] = 1.0E-06*L2_READ_MISS*64.0/time
L2 read data volume [GBytes] = 1.0E-09*L2_READ_MISS*64.0
-
Data volume and bandwidth caused by read misses in the L2 cache.