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

21 lines
649 B
Plaintext

SHORT Memory write bandwidth
EVENTSET
PMC0 L2_VICTIM_REQ_WITH_DATA
PMC1 SNP_HITM_L2
METRICS
Runtime (RDTSC) [s] time
Memory write bandwidth [MBytes/s] 1.0E-06*(PMC0+PMC1)*64.0/time
Memory write data volume [GBytes] 1.0E-09*(PMC0+PMC1)*64.0
LONG
Formulas:
Memory write bandwidth [MBytes/s] = 1.0E-06*(L2_VICTIM_REQ_WITH_DATA+SNP_HITM_L2)*64.0/time
Memory write data volume [GBytes] = 1.0E-09*(L2_VICTIM_REQ_WITH_DATA+SNP_HITM_L2)*64.0
-
Bandwidth and data volume of write operations from the L2 cache to memory. The
metric is introduced in the book 'Intel Xeon Phi Coprocessor High-Performance
Programming' by James Jeffers and James Reinders.