benchmarks: eyeball STREAM

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-11-21 00:00:00 +00:00
parent be497aa33c
commit 9bfbff244d
2 changed files with 3 additions and 2 deletions

View File

@@ -12636,7 +12636,7 @@ if (event->isExitEvent()) {
return event; return event;
.... ....
And at long, we can guess without reading the code that `Event_71` is comes from the SE implementation of the exit syscall, so let's just confirm, the trace contains: And at last, we can guess without reading the code that `Event_71` is comes from the SE implementation of the exit syscall, so let's just confirm, the trace contains:
.... ....
exitSimLoop() at sim_events.cc:97 0x5555594746e0 exitSimLoop() at sim_events.cc:97 0x5555594746e0
@@ -14140,6 +14140,7 @@ These are good targets for <<gem5-run-benchmark,performance analysis with gem5>>
TODO also consider the following: TODO also consider the following:
* http://www.cs.virginia.edu/stream/ref.html STREAM memory bandwidth benchmarks.
* https://github.com/kozyraki/stamp transactional memory benchmarks * https://github.com/kozyraki/stamp transactional memory benchmarks
==== Dhrystone ==== Dhrystone

View File

@@ -1,4 +1,4 @@
/* count to infinity in n threads. /* count to infinity in n threads sleeping one second between each count.
* *
* https://cirosantilli.com/linux-kernel-module-cheat#pthreads * https://cirosantilli.com/linux-kernel-module-cheat#pthreads
* *