Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |