Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make build work on non-x86/x86_64 platforms. | Tavian Barnes | 2010-03-06 | 1 | -2/+4 |
| | |||||
* | tests/noprecache: Actually fail if i != 1. | Tavian Barnes | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | Fix perror() strings in tests. | Tavian Barnes | 2010-03-04 | 6 | -6/+6 |
| | |||||
* | Make the API not suck. | Tavian Barnes | 2010-03-03 | 6 | -17/+11 |
| | | | | Seriously, not sure what I was thinking with the attributes type. | ||||
* | New sandglass_bench_noprecache() test. | Tavian Barnes | 2009-10-23 | 2 | -1/+60 |
| | |||||
* | New sandglass_bench_* macros, remove SANDGLASS_REALTICKS. | Tavian Barnes | 2009-10-23 | 2 | -150/+2 |
| | | | | | | 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. | ||||
* | Show more accuracy in output of tests. | Tavian Barnes | 2009-09-21 | 5 | -6/+6 |
| | |||||
* | Make SANDGLASS_REALTICKS accurate to 1 clock cycle. | Tavian Barnes | 2009-09-20 | 1 | -3/+3 |
| | |||||
* | Use .11111s instead of .1s in tests to illustrate precision. | Tavian Barnes | 2009-09-20 | 5 | -5/+5 |
| | |||||
* | Don't change the `ts' parameter in sandglass_spin. | Tavian Barnes | 2009-09-20 | 5 | -30/+10 |
| | |||||
* | Add more tests. | Tavian Barnes | 2009-09-20 | 5 | -1/+213 |
| | |||||
* | Add timespec helper routines. | Tavian Barnes | 2009-09-18 | 1 | -11/+10 |
| | |||||
* | Rename test. | Tavian Barnes | 2009-09-17 | 2 | -10/+5 |
| | |||||
* | Begin libsandglass implementation. | Tavian Barnes | 2009-09-17 | 2 | -1/+28 |
| | |||||
* | Add test suite. | Tavian Barnes | 2009-09-17 | 3 | -0/+202 |