Function stak_profiler::reverse_stacks

source ยท
pub fn reverse_stacks<R: StackedRecord>(
    records: impl IntoIterator<Item = Result<R, Error>>,
) -> impl IntoIterator<Item = Result<R, Error>>
Expand description

Reverses stack frames in profile records.