[][src]Module sched_clock::clocks::linux

Linux-specific clock implementations

These clock implementations are only available on Linux, but they provide additional guarantees with respect to the standard library's implementation.

Structs

BootTimeClock

Interface to the CLOCK_BOOTTIME Linux clock

MonotonicRawClock

Interface to the CLOCK_MONOTONIC_RAW Linux clock

Traits

PosixClock

Functionality shared by all POSIX-compliant high-resolution clocks