UPSTREAM: remove unneeded logging Bug: 462163281 Test: m vkoverhead, then push to brya device and test. link to commit: https://github.com/zmike/vkoverhead/pull/42/commits/15b8c06f94863e49f3c209a2ba730f724699f7b8 Change-Id: Id2ea166d91e638282ec6cd993c092d99cb76ecc8
vkoverhead is a tool for evaluating CPU-based overhead of Vulkan drivers. It was inspired heavily by drawoverhead from piglit.
Standard Meson build procedures should apply.
This reuses code from Mesa and aims to be just as portable.
./vkoverhead to run all test cases./vkoverhead -list to list all test cases./vkoverhead -test 5 to run test case 5./vkoverhead -start 5 to start with test case 5./vkoverhead -submit-only to run only the submit-related test cases./vkoverhead -nocolor to suppress color output (for scripting)./vkoverhead -duration 5 to use a minimum duration of 5 seconds (default is 1 second)./vkoverhead -help for a less helpful summary of available optionsResults have 4 columns:
Each category of tests has a “base” case. Other cases in the category are compared against it, resulting in a percentage value which represents the overhead that each operation incurs. The goal is to have the percentage value for each case be as close to 100% as possible.