Skip to content

Commit c1a170e

Browse files
authored
Merge pull request #2009 from samestep/merge-hir-stats-into-input-stats
Merge `-Zhir-stats` into `-Zinput-stats`
2 parents 0f5e94d + 9f92b1a commit c1a170e

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)