1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
Commit graph

6 commits

Author SHA1 Message Date
Stefan Lankes
8a14e6ffd0 reduce the memory footprint of a test benchmark 2016-08-31 15:49:13 +02:00
Stefan Lankes
7d471b4691 use per default rdtsc instead of rdtscp
because old CPUs don't support the instruction rdtscp
2016-06-28 20:46:33 +02:00
Stefan Lankes
9d0f9bf0a1 reuse sched_yield from our pthread library 2016-05-04 09:19:26 +02:00
Stefan Lankes
692920ff93 remove memory in the clobber list because rdtsp is a serializing instr. 2016-05-03 17:37:11 +02:00
Stefan Lankes
95f51da71f add cache warm-up for the first page access 2016-05-03 16:56:49 +02:00
Stefan Lankes
f0eb7c327a add benchmark to measure the overhead of common system calls 2016-05-02 23:28:51 +02:00