about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-11-14 02:24:05 +0000
committerbors <bors@rust-lang.org>2023-11-14 02:24:05 +0000
commitd5375d0587b66200ab52bc1969314a1cd714bc6e (patch)
treebcd4f4b45ba2ef8810b7947edc2555f4539bc43e /compiler/rustc_interface/src
parentb9175240ea5266ebb32ef72aa6981814d9fea014 (diff)
parentaefbb616afdc71e3d9358ad12ce07d80cd6c3cfb (diff)
downloadrust-d5375d0587b66200ab52bc1969314a1cd714bc6e.tar.gz
rust-d5375d0587b66200ab52bc1969314a1cd714bc6e.zip
Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiser
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.

r? `@wesleywiser`
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 9d06b6496b8..8a5851bd5cb 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -690,7 +690,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);