summaryrefslogtreecommitdiffstats
path: root/src/sandglass.h
Commit message (Collapse)AuthorAgeFilesLines
* Make baseline calculations more accurate for SANDGLASS_REALTICKS.Tavian Barnes2009-09-211-1/+25
| | | | | | 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.
* Generalise handling of negative grain differences.Tavian Barnes2009-09-171-0/+3
|
* Begin libsandglass implementation.Tavian Barnes2009-09-171-9/+4
|
* Add build system.Tavian Barnes2009-09-171-1/+1
|
* Add assembly sandglass_get_tsc function.Tavian Barnes2009-09-171-0/+7
|
* Initial work on header file.Tavian Barnes2009-09-171-0/+154