You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/profiling/with_rustc_perf.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ which will download and build the suite for you, build a local compiler toolchai
9
9
10
10
You can use the `./x perf <command> [options]` command to use this integration.
11
11
12
-
You can use normal bootstrap flags for this command, such as `--stage 1` or `--stage 2`, for example to modify the stage of the created sysroot. It might also be useful to configure `config.toml` to better support profiling, e.g. set `rust.debuginfo-level = 1` to add source line information to the built compiler.
12
+
You can use normal bootstrap flags for this command, such as `--stage 1` or `--stage 2`, for example to modify the stage of the created sysroot. It might also be useful to configure `bootstrap.toml` to better support profiling, e.g. set `rust.debuginfo-level = 1` to add source line information to the built compiler.
13
13
14
14
`x perf` currently supports the following commands:
15
15
-`benchmark <id>`: Benchmark the compiler and store the results under the passed `id`.
0 commit comments