aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer
Commit message (Collapse)AuthorAgeFilesLines
* Add an implementation of name() to Timer. This allows it to belloyd2008-11-121-0/+2
| | | | | | | | | instantiated directly, which seemd a useful thing since a Timer ref must be passed to the benchmark system. However I think due to the low resolution of clock() the results were highly variable. Using gettimeofday or clock_gettime (Unix_Timer, POSIX_Timer) proved more consistent and in sync with what the existing benchmarks show, so use one of those if possible.
* Mention an idea for wall clock sync in Hardware_Timerlloyd2008-11-111-0/+6
|
* Move utils/{timer,mutex} to toplevellloyd2008-11-1115-0/+442