lsfg-vk/include/utils/benchmark.hpp
2025-07-18 17:26:08 +02:00

10 lines
99 B
C++

#pragma once
namespace Benchmark {
///
/// Run the benchmark.
///
void run();
}