aboutsummaryrefslogtreecommitdiffstats
path: root/src/clocks.c
Commit message (Collapse)AuthorAge
* Implement lt_sleep() syscall wrapperBjoern Brandenburg2012-08-14
| | | | | Wrap nanosleep() to make sleeping for a given number of nanoseconds easier, using the LITMUS^RT time type lt_t.
* Export wctime() and cputime() from rtspin to library clientsBjoern B. Brandenburg2011-02-03
The timing functions are quite handy when building benchmark tasks. Avoid copy&paste reuse by making them available via the library.