We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
counts
eprintln
1 parent 79613ad commit 1b674f9Copy full SHA for 1b674f9
collector/README.md
@@ -184,8 +184,8 @@ All this is the same as for the `bench_local` subcommand, except that
184
- **Slowdown**. Depends where the `eprintln!` statements are inserted.
185
- **Output**. The output of these `eprintln!` statements (and everything else
186
written to `stderr`) is written to files with an `eprintln` prefix. Those
187
- files can be post-processed in any appropriate fashion; `sort $FILE | uniq
188
- -c` is one possibility.
+ files can be post-processed in any appropriate fashion;
+ [`counts`](https://github.com/nnethercote/counts) is one possibility.
189
190
## @bors try builds
191
0 commit comments