![]() |
Louvre v2.16.0-1
C++ library for Wayland compositors
|
Time utilities. More...
#include <LTime.h>
Static Public Member Functions | |
static UInt32 | nextSerial () noexcept |
Serial. | |
static UInt32 | ms () noexcept |
Milliseconds. | |
static UInt32 | us () noexcept |
Microseconds. | |
static timespec | ns () noexcept |
Nanoseconds. | |
Time utilities.
|
inlinestaticnoexcept |
Serial.
This method returns a new positive integer number each time it is called, incrementally.
|
staticnoexcept |
Milliseconds.
Monotonic time with a granularity of milliseconds and an undefined base.
|
staticnoexcept |
Microseconds.
Monotonic time with a granularity of microseconds and an undefined base.
|
staticnoexcept |
Nanoseconds.
Monotonic time with nanosecond granularity and undefined base.