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.
389389 Follow [the discussion on supporting other types](https://github.com/rust-lang/miri/issues/2365).
390390* `-Zmiri-measureme=<name>` enables `measureme` profiling for the interpreted program.
391391 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
393393 using the tools in the repository https://github.com/rust-lang/measureme.
394394* `-Zmiri-mute-stdout-stderr` silently ignores all writes to stdout and stderr,
395395 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