MXVK Vulkan Framework 0.33.1
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
mxvk_stopwatch.hpp File Reference
#include <chrono>
#include <concepts>
#include <iostream>
#include <string_view>

Go to the source code of this file.

Classes

class  HighResolutionClockPolicy
 Stopwatch policy backed by std::chrono::high_resolution_clock. More...
class  SteadyClockPolicy
 Stopwatch policy backed by std::chrono::steady_clock. More...
class  StopWatch< T >
 RAII stopwatch using a selectable clock policy. More...

Concepts

concept  ClockPolicy
 Defines the interface required by a stopwatch clock policy.