Skip to content

Commit 2af67e3

Browse files
Merge pull request #263 from nnethercote/document-counts
Document the use of `counts` with `eprintln`.
2 parents 79613ad + 1b674f9 commit 2af67e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ All this is the same as for the `bench_local` subcommand, except that
184184
- **Slowdown**. Depends where the `eprintln!` statements are inserted.
185185
- **Output**. The output of these `eprintln!` statements (and everything else
186186
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.
187+
files can be post-processed in any appropriate fashion;
188+
[`counts`](https://github.com/nnethercote/counts) is one possibility.
189189

190190
## @bors try builds
191191

0 commit comments

Comments
 (0)