$darkmode
#include <chrono>#include <functional>Go to the source code of this file.
Classes | |
| class | timer::ScopeTimer |
| class | timer::DurationTimer< P > |
Typedefs | |
| using | timer::Milliseconds = std::chrono::duration< double, std::milli > |
| using | timer::TimePoint = std::chrono::high_resolution_clock::time_point |
This file defines types useful for measuring times and doing something with the measurement.
Example: