mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Add x86 benchmark
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -1520,6 +1520,8 @@ We have benchmarked a Linux kernel boot with:
|
|||||||
time ./run -a arm -e 'init=/poweroff.out'
|
time ./run -a arm -e 'init=/poweroff.out'
|
||||||
time ./run -a arm -e 'm5 exit' -g
|
time ./run -a arm -e 'm5 exit' -g
|
||||||
time ./run -a arm -e 'm5 exit' -g -- --caches --cpu-type=HPI
|
time ./run -a arm -e 'm5 exit' -g -- --caches --cpu-type=HPI
|
||||||
|
time ./run -a x86_64 -e 'init=/poweroff.out'
|
||||||
|
time ./run -a x86_64 -e 'init=/poweroff.out' -g
|
||||||
....
|
....
|
||||||
|
|
||||||
and the results were:
|
and the results were:
|
||||||
@@ -1527,9 +1529,11 @@ and the results were:
|
|||||||
[options="header"]
|
[options="header"]
|
||||||
|===
|
|===
|
||||||
|Emulator |Time |N times slower than QEMU
|
|Emulator |Time |N times slower than QEMU
|
||||||
|QEMU |6 seconds |1
|
|QEMU ARM |6 seconds |1
|
||||||
|GEM5 AtomicSimpleCPU |1 minute 40 seconds| 17
|
|GEM5 ARM AtomicSimpleCPU |1 minute 40 seconds| 17
|
||||||
|GEM5 HPI |10 minutes |100
|
|GEM5 ARM HPI |10 minutes |100
|
||||||
|
|QEMU X86_64 |4 seconds |1
|
||||||
|
|GEM5 X86_64 |11 minutes| 165
|
||||||
|===
|
|===
|
||||||
|
|
||||||
on a Lenovo P51 laptop with:
|
on a Lenovo P51 laptop with:
|
||||||
|
|||||||
Reference in New Issue
Block a user