sortedPairs

Collect the aggregates of my statistics, filter out the ones with zero counts, then sort descending by their sums. Maintain names with the aggregated statistics as Pairs.

Return

A sorted List of Pair<String, PerInterpreterStatistic>.