gllmp / ofxTimePoint

high resolution clock based on C++11 chrono library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofxTimePoint

high resolution clock based on C++11 chrono library

.h

ofxTimePoint pt;
double timePoint;

.cpp

pt.startPoint(NANO);
// monitored process
...
timePoint = pt.getTimePoint();

About

high resolution clock based on C++11 chrono library


Languages

Language:C++ 100.0%