summaryrefslogtreecommitdiffstats
path: root/src/clocks.c
AgeCommit message (Collapse)Author
2017-04-22more appropriate heardbeat error messageCosta Tsaousis (ktsaou)
2017-03-11enable link-time-optimizations by defaultCosta Tsaousis (ktsaou)
2017-03-02prevents usec/msec from using wrong .tv_nsec/.tv_nsec values; #1843Costa Tsaousis (ktsaou)
2017-02-22prevent the charts from moving into the futureCosta Tsaousis (ktsaou)
2017-01-23complete and factorize clocks APIRémi Lefèvre
Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>
2017-01-23introduce heartbeat API using monotonic clockRémi Lefèvre
Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>
2016-12-11introduce new clocks API using `clock_gettime()`Rémi Lefèvre
Fallbacks are provided for systems that do not support clock_gettime(), CLOCK_MONOTONIC or CLOCK_BOOTTIME. Signed-off-by: Rémi Lefèvre <remi.lefevre@parrot.com>