Skip to content

Commit

Permalink
Add missing dash in probabilistic profiling docs (#4119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored Aug 6, 2024
1 parent d2c83a0 commit 4471279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Profiling Events linearly correlate with the probabilistic profiling value. The
[discrete]
== Configure probabilistic profiling

To configure probabilistic profiling, set the `-probabilistic-threshold` and `probabilistic-interval` options.
To configure probabilistic profiling, set the `-probabilistic-threshold` and `-probabilistic-interval` options.

Set the `-probabilistic-threshold` option to a unsigned integer between 1 and 99 to enable probabilistic profiling. At every probabilistic interval, a random number
between 0 and 99 is chosen. If the probabilistic threshold that you've set is greater than this random
Expand Down

0 comments on commit 4471279

Please sign in to comment.