diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-09 14:11:39 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-13 09:45:20 +1100 |
| commit | aefbb616afdc71e3d9358ad12ce07d80cd6c3cfb (patch) | |
| tree | e7f27f26164a92f918467820f7c5d312196a4da0 /compiler/rustc_interface/src/tests.rs | |
| parent | 2b603f95a48f10f931a61dd208fe3e5ffd64e491 (diff) | |
| download | rust-aefbb616afdc71e3d9358ad12ce07d80cd6c3cfb.tar.gz rust-aefbb616afdc71e3d9358ad12ce07d80cd6c3cfb.zip | |
Remove `-Zperf-stats`.
The included measurements have varied over the years. At one point there were quite a few more, but #49558 deleted a lot that were no longer used. Today there's just four, and it's a motley collection that doesn't seem particularly valuable. I think it has been well and truly subsumed by self-profiling, which collects way more data.
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index d3081695523..4909b7517ed 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -691,7 +691,6 @@ fn test_unstable_options_tracking_hash() { untracked!(no_leak_check, true); untracked!(no_parallel_llvm, true); untracked!(parse_only, true); - untracked!(perf_stats, true); // `pre_link_arg` is omitted because it just forwards to `pre_link_args`. untracked!(pre_link_args, vec![String::from("abc"), String::from("def")]); untracked!(print_codegen_stats, true); |
