[][src]Module sched_clock::clocks

Clocks providing Instants to this library

Instants (i.e. time points) can come from various sources. The Rust stdlib is one of them, but we expect to add more in the future, which provide additional performance and/or correctness on specific systems.

Modules

linux

Linux-specific clock implementations

Structs

StdClock

Clock implementation based on the Rust standard library

Traits

Clock

Common interface shared by all Clocks provided by this library

Type Definitions

DefaultClock

Recommended choice of Clock for Linux systems