Skip to main content

aggregate_profiles

Function aggregate_profiles 

Source
pub fn aggregate_profiles(profiles: &[Profile]) -> AggregatedView
Expand description

Roll up a slice of profiles into per-target percentile stats.

Targets are returned sorted by (pack, handler, target) for readability (matches group_profile’s ordering convention).