Type Alias profile::time::ProfilerBuckets

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

Aliased Type§

struct ProfilerBuckets { /* private fields */ }