Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement lt_sleep() syscall wrapper | Bjoern Brandenburg | 2012-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 clients | Bjoern B. Brandenburg | 2011-02-03 |
The timing functions are quite handy when building benchmark tasks. Avoid copy&paste reuse by making them available via the library. |