diff --git a/docs/cli_help.md b/docs/cli_help.md index 1479ebd..d755096 100644 --- a/docs/cli_help.md +++ b/docs/cli_help.md @@ -108,25 +108,14 @@ * Applies to the most recent `--benchmark`, or all benchmarks if specified before any `--benchmark` arguments. -* `--run-once` +* `--profile` + * Don't use the `blocking_kernel`. * Only run the benchmark once, skipping any warmup runs and batched measurements. * Intended for use with external profiling tools. * Applies to the most recent `--benchmark`, or all benchmarks if specified before any `--benchmark` arguments. -* `--disable-blocking-kernel` - * Don't use the `blocking_kernel`. - * Intended for use with external profiling tools. - * Applies to the most recent `--benchmark`, or all benchmarks if specified - before any `--benchmark` arguments. - -* `--profile` - * Implies `--run-once` and `--disable-blocking-kernel`. - * Intended for use with external profiling tools. - * Applies to the most recent `--benchmark`, or all benchmarks if specified - before any `--benchmark` arguments. - ## Stopping Criteria * `--timeout `