aggregate_cpu_by_function

Function aggregate_cpu_by_function 

Source
pub fn aggregate_cpu_by_function(
    cpu_data: &[(String, f64)],
) -> Vec<(String, f64)>
Expand description

Aggregate CPU data by function name to handle recursive calls properly Returns sorted vector by aggregated CPU percentage (descending)