Skip to content

Commit 5dce0f1

Browse files
Don't hide <1% on flamegraph
1 parent a9792ff commit 5dce0f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/self_profile/flamegraph.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub fn generate(title: &str, pieces: super::Pieces, _: Opt) -> anyhow::Result<Ve
1919
let mut flamegraph_options = FlamegraphOptions::default();
2020
flamegraph_options.count_name = "nanoseconds".to_owned();
2121
flamegraph_options.title = title.to_owned();
22+
flamegraph_options.min_width = 0.0;
2223

2324
from_lines(
2425
&mut flamegraph_options,

0 commit comments

Comments
 (0)