File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ to Miri failing to detect cases of undefined behavior in a program.
389
389
Follow [the discussion on supporting other types](https://github.com/rust-lang/miri/issues/2365).
390
390
* `-Zmiri-measureme=<name>` enables `measureme` profiling for the interpreted program.
391
391
This can be used to find which parts of your program are executing slowly under Miri.
392
- The profile is written out to a file with the prefix `<name>`, and can be processed
392
+ The profile is written out to a file inside a directory called `<name>`, and can be processed
393
393
using the tools in the repository https://github.com/rust-lang/measureme.
394
394
* `-Zmiri-mute-stdout-stderr` silently ignores all writes to stdout and stderr,
395
395
but reports to the program that it did actually write. This is useful when you
You can’t perform that action at this time.
0 commit comments