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.
pub fn reverse_stacks<R: StackedRecord>(
records: impl IntoIterator<Item = Result<R, Error>>,
) -> impl IntoIterator<Item = Result<R, Error>>Reverses stack frames in profile records.