Skip to content

Commit 0f4fe70

Browse files
Merge pull request #754 from Kobzol/lc-numeric
Use LC_NUMERIC instead of LC_MEASUREMENT for perf
2 parents 4129817 + 00f7c75 commit 0f4fe70

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)