From 8416342af01aa91647945955b705b4554395c954 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk <21087696+oleksandr-pavlyk@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:55:25 -0500 Subject: [PATCH] Remove mentions of --run-once and --disable-blocking-kernel from help Text for --profile modified to be self-consistent, i.e., not to refer to removed --run-once and --disable-blocking-kernel for explanantion of what it does. --- docs/cli_help.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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 `