pub fn select_slowest(
    frames: &[Arc<FrameData>],
    max: usize
) -> Vec<Arc<FrameData>>
Expand description

Select the slowest frames, up to a certain count.