Skip to content

Commit

Permalink
Fix documentation for collecting event counters (#218)
Browse files Browse the repository at this point in the history
Fix example command for recording event counters
  • Loading branch information
mgasparel authored Feb 1, 2021
1 parent ebee4c3 commit 1ff5968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/event_counters.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Crank is able to record any predefined set of event counters, the same way [dotn
The following command line will run a benchmark and record the event counters exposed by the `System.Runtime` provider.

```
crank --config /crank/samples/hello/hello.benchmarks.yml --scenario hello --profile local --application.counterProviders System.Runtime --chart
crank --config /crank/samples/hello/hello.benchmarks.yml --scenario hello --profile local --application.options.counterProviders System.Runtime --chart
```

```
Expand Down

0 comments on commit 1ff5968

Please sign in to comment.