24 #include "src/functions/log.h"
39 ATimer(QObject* parent =
nullptr);
48 std::chrono::high_resolution_clock::time_point start;
50 std::chrono::high_resolution_clock::time_point intermediate_point;
52 std::chrono::high_resolution_clock::time_point stop;
The ATimer class provides an easy to use performance timer.
Definition: atimer.h:36
long timeNow()
timeNow takes an intermediate timing and returns miliseconds elapsed.
Definition: atimer.cpp:47