Module clocksource::precise

source ·
Expand description

Precise times and durations using 64bit primitives and whole nanoseconds.

Unlike std::time, these types always have a fixed size representation and also includes atomic types.

Structs§

  • An atomic duration measured in nanoseconds.
  • An atomic precise measurement of a monotonically nodecreasing clock.
  • An atomic precise measurement of the system clock.
  • A duration measured in nanoseconds.
  • A measurement of a monotonically nodecreasing clock in nanoseconds.
  • A measurement of the system clock in nanoseconds.