Skip to content

Commit

Permalink
update README with missing options for runner (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr authored Apr 3, 2024
1 parent 6745823 commit 8f15450
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,16 @@ Required options:

Optional options:

* `-c`: disable the counters. Allow to run with no overhead introduced by the counters.
* `-e`: allow to choose the `spv_target_env` to use when using a non-binary input to convert it to binary (default: `vulkan1.3`)
* `-n`: allow to run the program multiple times
* `-m`: allow to run the program multiple times before starting to benchmark it
* `-p`: allow to force the usage of the vulkan queue global priority:
* `0`:`low`
* `1`:`medium`
* `2`:`high`
* `3`:`realtime`
* `default`: vulkan queue global priority is not used by the runner
* `-v`: enable the verbose mode which is mainly use for debug purpose.

Output example:
Expand Down

0 comments on commit 8f15450

Please sign in to comment.