Crate tempus_fugit [] [src]

Macros

measure

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

Structs

Duration

ISO 8601 time duration with nanosecond precision. This also allows for the negative duration; see individual methods for details.

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).

Traits

MeasureDisplay

A trait to display duration outputs of the measurement! macro in a human-readable way.