about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-09-08 06:20:07 +0200
committerGitHub <noreply@github.com>2025-09-08 06:20:07 +0200
commit1806a8244e96e3cb2be8dc93d95e350f81505083 (patch)
tree5352041eb16d66b364325d3bd76d55c6ab3aa184
parente65952c779ebb5a0c3157625213aa70ae390c237 (diff)
downloadrust-1806a8244e96e3cb2be8dc93d95e350f81505083.tar.gz
rust-1806a8244e96e3cb2be8dc93d95e350f81505083.zip
remove confusing parts of sentence
I can guess what this meant, but decided to just keep it simple
-rw-r--r--src/doc/rustc-dev-guide/src/profiling/with_perf.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/profiling/with_perf.md b/src/doc/rustc-dev-guide/src/profiling/with_perf.md
index 0d4f23bcd9a..e452dde5226 100644
--- a/src/doc/rustc-dev-guide/src/profiling/with_perf.md
+++ b/src/doc/rustc-dev-guide/src/profiling/with_perf.md
@@ -4,8 +4,7 @@ This is a guide for how to profile rustc with [perf](https://perf.wiki.kernel.or
 
 ## Initial steps
 
-- Get a clean checkout of rust-lang/master, or whatever it is you want
-  to profile.
+- Get a clean checkout of rust-lang/rust
 - Set the following settings in your `bootstrap.toml`:
   - `rust.debuginfo-level = 1` - enables line debuginfo
   - `rust.jemalloc = false` - lets you do memory use profiling with valgrind