Module ambient_std::time

source ·
Expand description

Provides time related functionality like Clocks and TimeInfo. Also extends Duration for easier construction like 5.secs().

Structs

  • Measures high precision time
  • Times the execution time of a scope and executes the provided function with the results

Traits

  • Allows shorter function names to convert duration into intergral types
  • Trait that allows easier construction of durations

Functions