Skip to content

Commit 9f1624a

Browse files
committed
Amend the docs for -Zmiri-measureme
1 parent c3e7ff4 commit 9f1624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)