Skip to content

Commit 00f7c75

Browse files
committed
Use LC_NUMERIC instead of LC_MEASUREMENT for perf
1 parent 4129817 commit 00f7c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/rustc-fake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fn main() {
4747
// perf respects this environment variable for e.g., percents in
4848
// the output, but we want standard output on all systems.
4949
// See #753 for more details.
50-
.env("LC_MEASUREMENT", "C")
50+
.env("LC_NUMERIC", "C")
5151
.arg("-x;")
5252
.arg("-e")
5353
.arg("instructions:u,cycles:u,task-clock,cpu-clock,faults")

0 commit comments

Comments
 (0)