time_in_miliseconds_monotonic()
#
Get the current monotonic time in milliseconds. This time is not affected by system clock changes.
Prototype
PUBLIC uint64_t time_in_miliseconds_monotonic(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns the current monotonic time as a uint64_t
value in milliseconds.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples