Mem32Bwrites -> MemWrites32B renaming

Change-Id: I86f570b97178caa3d3d5fcbc5ecc716216dad504
Этот коммит содержится в:
Evgeny
2019-08-22 22:34:36 -05:00
родитель dff3256dd5
Коммит aecc7abc76
3 изменённых файлов: 5 добавлений и 5 удалений
+1 -1
Просмотреть файл
@@ -1,4 +1,4 @@
pmc : FlatVMemInsts SFetchInsts
pmc : TCC_HIT_sum TCC_MISS_sum
pmc : FetchSize
pmc : WriteSize Mem32Bwrites
pmc : WriteSize MemWrites32B
+2 -2
Просмотреть файл
@@ -28,7 +28,7 @@ initialize
Ns_M="8192 131072|512"
headers="Mem32Bwrites FetchSize WriteSize"
headers="MemWrites32B FetchSize WriteSize"
# set up outputs
OUT_DIR="outs"; [ -d $OUT_DIR ] && rm -rf $OUT_DIR; mkdir $OUT_DIR
@@ -71,7 +71,7 @@ function one_run
colVal=`echo $values | cut -f$colId -d' '`
if [[ $kern == cache_test_RO || $kern == cache_test_WO ]]; then
if [[ $colStr == Mem32Bwrites ]]; then mc32wrs=$colVal
if [[ $colStr == MemWrites32B ]]; then mc32wrs=$colVal
elif [[ $colStr == FetchSize ]]; then fetchsize=$colVal
elif [[ $colStr == WriteSize ]]; then writesize=$colVal; fi
fi
+2 -2
Просмотреть файл
@@ -185,9 +185,9 @@
expr=WRITE_SIZE
></metric>
# Mem32Bwrites The total number of effective 32B write transactions to the memory
# MemWrites32B The total number of effective 32B write transactions to the memory
<metric
name="Mem32Bwrites"
name="MemWrites32B"
descr="The total number of effective 32B write transactions to the memory"
expr=WRITE_REQ_32B
></metric>