Timer Class Reference
Detailed Description
Simple stopwatch class.
Use this class to measure the time between Start and Stop calls.
#include <cyTimer.h>
Protected Attributes | |
std::chrono::time_point< std::chrono::high_resolution_clock > | startTime |
Keeps the starting time. | |