Type Alias profile::time::ProfilerBuckets
source · type ProfilerBuckets = BTreeMap<(ProfilerCategory, Option<TimerMetadata>), Vec<Duration>>;
Aliased Type§
struct ProfilerBuckets { /* private fields */ }
type ProfilerBuckets = BTreeMap<(ProfilerCategory, Option<TimerMetadata>), Vec<Duration>>;
struct ProfilerBuckets { /* private fields */ }