pub fn dump() -> Vec<(String, ProfileEntry)>Expand description
Dump the per-CB profile table sorted by descending total_ns.
Returns Vec<(label, entry)> sorted by total time.
pub fn dump() -> Vec<(String, ProfileEntry)>Dump the per-CB profile table sorted by descending total_ns.
Returns Vec<(label, entry)> sorted by total time.