profile::time

Type Alias ProfilerBuckets

Source
type ProfilerBuckets = BTreeMap<(ProfilerCategory, Option<TimerMetadata>), Vec<Duration>>;

Aliased Typeยง

struct ProfilerBuckets { /* private fields */ }