Crate tempus_fugit

Source

Macros§

measure
This macro measures the execution time of an expression, then returns a (result, measurement) tuple where:

Structs§

Measurement
Utc
The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).

Enums§

MeasureErr

Type Aliases§

Duration
Alias of TimeDelta.
MeasureResult