Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused variable in sandglass_elapse(). | Tavian Barnes | 2009-10-23 | 1 | -1/+0 |
| | |||||
* | New sandglass_bench_* macros, remove SANDGLASS_REALTICKS. | Tavian Barnes | 2009-10-23 | 1 | -19/+1 |
| | | | | | | sandglass_bench_fine() replaces SANDGLASS_REALTICKS; use SANDGLASS_CPUTIME instead. Also, sandglass_bench_noprecache() for when the expression to be timed has side-effects and should be executed only once. | ||||
* | Make baseline calculations more accurate for SANDGLASS_REALTICKS. | Tavian Barnes | 2009-09-21 | 1 | -17/+0 |
| | | | | | | Perform the baseline calculation directly in the sandglass_bench() macro, so that the baseline is calculated in the same place (and therefore optimization level, etc.) as the benchmarked code. | ||||
* | Make SANDGLASS_REALTICKS accurate to 1 clock cycle. | Tavian Barnes | 2009-09-20 | 1 | -2/+12 |
| | |||||
* | Remove sandglass_timespec_grains(). | Tavian Barnes | 2009-09-18 | 1 | -4/+4 |
| | |||||
* | Generalise handling of negative grain differences. | Tavian Barnes | 2009-09-17 | 1 | -3/+5 |
| | |||||
* | Improve sandglass_tsc_resolution(), and fix timespec-based grains counts. | Tavian Barnes | 2009-09-17 | 1 | -4/+5 |
| | |||||
* | Begin libsandglass implementation. | Tavian Barnes | 2009-09-17 | 1 | -0/+249 |
| | |||||
* | Add test suite. | Tavian Barnes | 2009-09-17 | 1 | -0/+20 |
| | |||||
* | Add build system. | Tavian Barnes | 2009-09-17 | 1 | -0/+1 |