Expand description
Module for profiling any executable part
Structs§
- Duration
- A
Duration
type to represent a span of time, typically used for system timeouts. - Instant
- A measurement of a monotonically nondecreasing clock.
Opaque and useful only with
Duration
. - Profile
Duration - Result from profiling between two measurements. This can either be a duration or a future that resolves to a duration.
- Profile
Ticks - Start and end point for a profile. Can be turned into a duration.
Enums§
- Timing
Method - How a benchmark’s execution times are measured.