Skip to content

Commit 8416342

Browse files
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.
1 parent 3bb34b1 commit 8416342

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

docs/cli_help.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,25 +108,14 @@
108108
* Applies to the most recent `--benchmark`, or all benchmarks if specified
109109
before any `--benchmark` arguments.
110110

111-
* `--run-once`
111+
* `--profile`
112+
* Don't use the `blocking_kernel`.
112113
* Only run the benchmark once, skipping any warmup runs and batched
113114
measurements.
114115
* Intended for use with external profiling tools.
115116
* Applies to the most recent `--benchmark`, or all benchmarks if specified
116117
before any `--benchmark` arguments.
117118

118-
* `--disable-blocking-kernel`
119-
* Don't use the `blocking_kernel`.
120-
* Intended for use with external profiling tools.
121-
* Applies to the most recent `--benchmark`, or all benchmarks if specified
122-
before any `--benchmark` arguments.
123-
124-
* `--profile`
125-
* Implies `--run-once` and `--disable-blocking-kernel`.
126-
* Intended for use with external profiling tools.
127-
* Applies to the most recent `--benchmark`, or all benchmarks if specified
128-
before any `--benchmark` arguments.
129-
130119
## Stopping Criteria
131120

132121
* `--timeout <seconds>`

0 commit comments

Comments
 (0)