stak_profiler

Function 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.