aboutsummaryrefslogtreecommitdiffstats
path: root/src/clocks.c
Commit message (Collapse)AuthorAge
* Add litmus_clock() helperBjoern Brandenburg2016-07-20
| | | | Convenient wrapper for CLOCK_MONOTONIC -> lt_t.
* Add sleep_until_mono(), lt_sleep_until() helpersBjoern Brandenburg2016-07-19
|
* Add monotime() wrapper for CLOCK_MONOTONICBjoern Brandenburg2015-12-16
|
* 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.