| 23 | namespace plugins |
| 24 | { |
| 25 | BenchmarkMode::BenchmarkMode() : |
| 26 | BenchmarkModeTags("Benchmark Mode", |
| 27 | "Log frame averages after running an app.", |
| 28 | {vkb::Hook::OnUpdate, vkb::Hook::OnAppStart, vkb::Hook::OnAppClose}, |
| 29 | {}, |
| 30 | {{"benchmark", "Enable benchmark mode"}}) |
| 31 | { |
| 32 | } |
| 33 | |
| 34 | bool BenchmarkMode::handle_option(std::deque<std::string> &arguments) |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected