From 0d5a41a3f88fcd7ed40fc19474fe5aed0463663f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 21 Jan 2020 00:00:01 +0000 Subject: [PATCH] userland benchmarks: more comments --- README.adoc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.adoc b/README.adoc index f837070..277d324 100644 --- a/README.adoc +++ b/README.adoc @@ -19744,46 +19744,46 @@ Summary of manually collected results on <> at LKMC a18f28e263c91362519ef55 |=== |Comment |LKMC |Benchmark build |Emulator command |Loops |Time (s) |Instruction count |Approximate MIPS -| +|QEMU busy loop |a18f28e263c91362519ef550150b5c9d75fa3679 + 1 |link:userland/gcc/busy_loop.c[] `-O0` -|`qemu --arch aarch64` +|`qemu --arch aarch64 --userland userland/gcc/busy_loop.c ` |10^10 |68 |1.1 * 10^11 (approx) |2000 -| +|gem5 busy loop |a18f28e263c91362519ef550150b5c9d75fa3679 + 1 |link:userland/gcc/busy_loop.c[] `-O0` -|`gem5 --arch aarch64` +|`gem5 --arch aarch64 --userland userland/gcc/busy_loop.c` |10^7 |100 |1.10018162 * 10^8 |1 -| +|gem5 busy loop for a debug build |a18f28e263c91362519ef550150b5c9d75fa3679 + 1 |link:userland/gcc/busy_loop.c[] `-O0` -|`gem5 --arch aarch64 --gem5-build-id debug` +|`gem5 --arch aarch64 --gem5-build-id debug --userland userland/gcc/busy_loop.c --userland-args 100000` |10^5 |32 |2.528728 * 10^6 |0.08 -| +|gem5 busy loop for a <> |a18f28e263c91362519ef550150b5c9d75fa3679 + 1 |link:userland/gcc/busy_loop.c[] `-O0` -|`+gem5 --arch aarch64 -- --cpu-type MinorCPU --caches+` +|`+gem5 --arch aarch64 --userland userland/gcc/busy_loop.c --userland-args 1000000 -- --cpu-type MinorCPU --caches+` |10^6 |31 |1.1018152 * 10^7 |0.4 -| +|gem5 busy loop for a <> |a18f28e263c91362519ef550150b5c9d75fa3679 + 1 |link:userland/gcc/busy_loop.c[] `-O0` -|`+gem5 --arch aarch64 -- --cpu-type DerivO3CPU --caches+` +|`+gem5 --arch aarch64 --userland userland/gcc/busy_loop.c --userland args 1000000 -- --cpu-type DerivO3CPU --caches+` |10^6 |52 |1.1018128 * 10^7