Module profile

Source
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.
ProfileDuration
Result from profiling between two measurements. This can either be a duration or a future that resolves to a duration.
ProfileTicks
Start and end point for a profile. Can be turned into a duration.

Enums§

TimingMethod
How a benchmark’s execution times are measured.