#include <glib.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
G_GNUC_PURE unsigned | monotonic_clock_ms (void) |
Returns the value of a monotonic clock in milliseconds. | |
G_GNUC_PURE uint64_t | monotonic_clock_us (void) |
Returns the value of a monotonic clock in microseconds. |
G_GNUC_PURE unsigned monotonic_clock_ms | ( | void | ) |
Returns the value of a monotonic clock in milliseconds.
G_GNUC_PURE uint64_t monotonic_clock_us | ( | void | ) |
Returns the value of a monotonic clock in microseconds.