Class ExecutionTimer
Defined in File execution_timer.hpp
Class Documentation
Measures execution time of code between calls to start and end.
Public Types
Public Functions
Call just prior to code you want to measure.
Call just after the code you want to measure.
Extract the measured time as an integral std::chrono::duration object.
Extract the measured time as a floating point number of seconds.
Protected Attributes