summaryrefslogtreecommitdiff
path: root/contrib/clock_test.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-191-0/+3
|
* Add clock_test in contrib.Gary E. Miller2018-01-251-0/+110
| | | | clock_test checks the latency of the clock_gettime() system call.
* Revert "Add clock_gettime in contrib."Gary E. Miller2018-01-251-110/+0
| | | | | | This reverts commit fb67eea6594bf9214e179ecc0c273e0fecb5bfda. Whoops. I accidently pushed some work in progress with clock_gettime.
* Add clock_gettime in contrib.Gary E. Miller2018-01-221-0/+110
This program measures the latency of the clock_gettime() system call.