We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<not counted>
perf
1 parent 86b06a6 commit 290f948Copy full SHA for 290f948
collector/src/execute/mod.rs
@@ -588,7 +588,7 @@ fn process_stat_output(
588
let name = get!(parts.next());
589
let _time = get!(parts.next());
590
let pct = get!(parts.next());
591
- if cnt == "<not supported>" || cnt.len() == 0 {
+ if cnt == "<not supported>" || cnt == "<not counted>" || cnt.len() == 0 {
592
continue;
593
}
594
if !pct.starts_with("100.") {
0 commit comments