#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. | |