[][src]Crate tempus_fugit

Macros

measure

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

Structs

Duration

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

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 Definitions

MeasureResult