Better throttle recovery delay

This commit is contained in:
Georgy Evtushenko
2025-04-13 03:53:59 +00:00
parent 5c0d674757
commit b926daf09f
5 changed files with 17 additions and 17 deletions

View File

@@ -140,13 +140,13 @@
* `--throttle-threshold <value>`
* Set the GPU throttle threshold as percentage of the peak clock rate.
* Default is 0.75 (75%).
* Default is 75%.
* Applies to the most recent `--benchmark`, or all benchmarks if specified
before any `--benchmark` arguments.
* `--throttle-recovery-delay <value>`
* Set the GPU throttle recovery delay in seconds.
* Default is 0.5 seconds.
* Default is 0.05 seconds.
* Applies to the most recent `--benchmark`, or all benchmarks if specified
before any `--benchmark` arguments.