Louvre
v2.12.0-1
C++ library for Wayland compositors
|
Time utilities. More...
Static Public Member Functions | |
static UInt32 | nextSerial () noexcept |
Serial. More... | |
static UInt32 | ms () noexcept |
Milliseconds. More... | |
static UInt32 | us () noexcept |
Microseconds. More... | |
static timespec | ns () noexcept |
Nanoseconds. More... | |
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.