Skip to content

Commit 4e1d8d0

Browse files
iliekturtlessteveklabnik
authored andcommitted
Correct --minimum-duration spelling (#523)
1 parent b65db7f commit 4e1d8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2020-02-25-intro-rustc-self-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If the `chrome_profiler.json` file gets too large, the normal Chromium performan
174174
One easy way to deal with this is to tell `crox` to remove events shorter than a chosen duration:
175175

176176
```sh
177-
$ crox --minumum-duration 2 regex-17088
177+
$ crox --minimum-duration 2 regex-17088
178178
```
179179

180180
Filtering out events less than 2 microseconds shrinks our `chrome_profiler.js` file from 27mb to 11mb.

0 commit comments

Comments
 (0)