diff options
author | Matt Turner <mattst88@gmail.com> | 2016-05-23 18:17:14 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2016-05-23 18:17:14 -0700 |
commit | 375bdf8fc1c75f42f97a1347d87a7846ebd2ef16 (patch) | |
tree | 0aaa258fbc9ef8210d2987a764027ab6644624c9 /README | |
parent | d106235f5eebe280f4f820fc29bb5d8708e2f54d (diff) |
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +Run with "taskset -c #" to lock the benchmark to a single CPU. + +mattst88@megalith clear_page % time sudo taskset -c 1 ./ev6-prefetch_m 64 + cycles: 100549 (scaled from 50.0%) + instructions: 124155 (scaled from 50.0%) + cache-misses: 63 (scaled from 50.0%) + mbox-replays: 36 (scaled from 25.0%) +sudo taskset -c 1 ./ev6-prefetch_m 64 9.36s user 0.09s system 99% cpu 9.461 total |