Add --disable-blocking-kernel and --profile options.

This commit is contained in:
Paul Große-Bley
2022-04-08 20:03:44 +02:00
parent 9eed5ab9c3
commit 7f51ead595
10 changed files with 73 additions and 0 deletions

View File

@@ -131,3 +131,15 @@
* 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.