Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an implementation of name() to Timer. This allows it to be | lloyd | 2008-11-12 | 1 | -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_Timer | lloyd | 2008-11-11 | 1 | -0/+6 |
| | |||||
* | Move utils/{timer,mutex} to toplevel | lloyd | 2008-11-11 | 15 | -0/+442 |