mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
benchmarks: eyeball STREAM
This commit is contained in:
@@ -12636,7 +12636,7 @@ if (event->isExitEvent()) {
|
||||
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
|
||||
@@ -14140,6 +14140,7 @@ These are good targets for <<gem5-run-benchmark,performance analysis with gem5>>
|
||||
|
||||
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
|
||||
|
||||
==== Dhrystone
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user