Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 17, 2024
1 parent 8a736eb commit d5a74e6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
Binary file modified pyroscope/pprof-bin/pkg/pprof_bin_bg.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions pyroscope/pprof-bin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ fn bfs(t: &Tree, res: &mut Vec<Level>, sample_type: String) {
}
} else {
prepend += parent.total[sample_type_index];
continue;
}

prepend += parent.slf[sample_type_index];
Expand Down
42 changes: 41 additions & 1 deletion pyroscope/pprof-bin/src/utest.rs

Large diffs are not rendered by default.

0 comments on commit d5a74e6

Please sign in to comment.