Template Struct Timer
Defined in File timings.hpp
Struct Documentation
-
template<typename T>
struct Timer This class mimics the way “boost/timer/timer.hpp” operates while using the modern std::chrono library. Importantly, this class will only have an effect for C++11 and more.