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.
2 parents 4129817 + 00f7c75 commit 0f4fe70Copy full SHA for 0f4fe70
collector/src/rustc-fake.rs
@@ -47,7 +47,7 @@ fn main() {
47
// perf respects this environment variable for e.g., percents in
48
// the output, but we want standard output on all systems.
49
// See #753 for more details.
50
- .env("LC_MEASUREMENT", "C")
+ .env("LC_NUMERIC", "C")
51
.arg("-x;")
52
.arg("-e")
53
.arg("instructions:u,cycles:u,task-clock,cpu-clock,faults")
0 commit comments