27#include "jkqtcommon_imexport.h"
30# if defined(WIN32) || defined(WIN64) || defined(_MSC_VER) || defined(_WIN32)
41#if defined(__WINDOWS__)
43#elif defined(__LINUX__)
51#ifndef JKQTPHIGHRESTIMER_H
52#define JKQTPHIGHRESTIMER_H
95 std::chrono::system_clock::time_point
last;
This class implements a high resolution timer capable of measuring time intervals with a resolution o...
Definition jkqtphighrestimer.h:89
double freq
internal: timer frequency
Definition jkqtphighrestimer.h:98
double getTime()
get the time since the last call of start() in microseconds
void start()
start the timer
JKQTPHighResTimer()
class constructor.
~JKQTPHighResTimer()
class destructor
std::chrono::system_clock::time_point last
Definition jkqtphighrestimer.h:95