Skip to content

Commit 9f92b1a

Browse files
committed
Merge -Zhir-stats into -Zinput-stats
1 parent 0f5e94d commit 9f92b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ The mandatory `<PROFILER>` argument must be one of the following.
421421
are hit, or to see what values particular expressions have each time they
422422
are executed. Alternatively, you can trigger some of rustc's built-in
423423
profiling modes via environment variables, such as
424-
`RUSTFLAGS=-Ztime-passes` or `RUSTFLAGS=-Zhir-stats`.
424+
`RUSTFLAGS=-Ztime-passes` or `RUSTFLAGS=-Zinput-stats`.
425425
- **Slowdown**. Depends on how much extra output is being produced on stderr.
426426
- **Output**. Everything written to stderr is copied to files with an
427427
`eprintln` prefix. Those files can be post-processed in any appropriate

0 commit comments

Comments
 (0)