Defines the interface required by a stopwatch clock policy. More...
#include <mxvk/include/mxvk/mxvk_stopwatch.hpp>
Defines the interface required by a stopwatch clock policy.
A compatible policy must support starting and stopping its clock, printing the measured interval, and querying the currently elapsed time.
| T | Clock policy type to validate. |
Definition at line 16 of file mxvk_stopwatch.hpp.