gem5: fix and improve some benchmarks

This commit is contained in:
Ciro Santilli
2018-02-27 07:59:03 +00:00
parent 44a26f0478
commit 05d8a324f7

View File

@@ -1539,7 +1539,7 @@ and the results were:
|GEM5 ARM HPI |10 minutes |100 |GEM5 ARM HPI |10 minutes |100
|QEMU X86_64 |4 seconds |1 |QEMU X86_64 |4 seconds |1
|QEMU X86_64 KVM |2 seconds |0.5 |QEMU X86_64 KVM |2 seconds |0.5
|QEMU X86_64 |11 minutes| 165 |GEM5 X86_64 |5 minutes 30 seconds| 82
|=== |===
on a Lenovo P51 laptop with: on a Lenovo P51 laptop with:
@@ -1710,11 +1710,11 @@ GEM5 commands and cycle counts at commit da79d6c6cde0fbe5473ce868c9be4771160a003
./run -a arm -g ./run -a arm -g
./run -a arm -g -- --caches --l2cache ./run -a arm -g -- --caches --l2cache
# 17-18M # 175M
./run -a arm -g -- --caches --cpu-type=HPI --l2cache --l2_size=2MB ./run -a arm -g -- --caches --l1d_size=1024 --l1i_size=1024 --l2cache --l2_size=1024 --l3_size=1024 --cpu-type=HPI
# 43M # 16M
./run -a arm -g -- --caches --cpu-type=HPI --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024 ./run -a arm -g -- --caches --l1d_size=1024MB --l1i_size=1024MB --l2cache --l2_size=1024MB --l3_size=1024MB --cpu-type=HPI
# 20M # 20M
./run -a x86_64 -g -- --caches --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024 ./run -a x86_64 -g -- --caches --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024