MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / BenchmarkMode

Method BenchmarkMode

app/plugins/benchmark_mode/benchmark_mode.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace plugins
24{
25BenchmarkMode::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
34bool BenchmarkMode::handle_option(std::deque<std::string> &arguments)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected