Mem32Bwrites -> MemWrites32B renaming
Change-Id: I86f570b97178caa3d3d5fcbc5ecc716216dad504
Этот коммит содержится в:
@@ -1,4 +1,4 @@
|
||||
pmc : FlatVMemInsts SFetchInsts
|
||||
pmc : TCC_HIT_sum TCC_MISS_sum
|
||||
pmc : FetchSize
|
||||
pmc : WriteSize Mem32Bwrites
|
||||
pmc : WriteSize MemWrites32B
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Ссылка в новой задаче
Block a user