diff --git a/doc/api/cli.md b/doc/api/cli.md index c0682d864c9d0a..4c44fa36827d01 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -107,6 +107,16 @@ added: v12.0.0 Specify the directory where the CPU profiles generated by `--cpu-prof` will be placed. +### `--cpu-prof-interval` + + +> Stability: 1 - Experimental + +Specify the sampling interval in microseconds for the CPU profiles generated +by `--cpu-prof`. The default is 1000 microseconds. + ### `--cpu-prof-name`