SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
HighResTimer.h File Reference
#include <chrono>
#include <functional>
#include <thread>
Include dependency graph for HighResTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HighResTimer
 High Resolution Timer class using C++11. More...
 

Typedefs

typedef std::chrono::high_resolution_clock HighResClock
 
typedef std::chrono::high_resolution_clock::time_point HighResTimePoint
 

Typedef Documentation

◆ HighResClock

typedef std::chrono::high_resolution_clock HighResClock

Definition at line 22 of file HighResTimer.h.

◆ HighResTimePoint

typedef std::chrono::high_resolution_clock::time_point HighResTimePoint

Definition at line 23 of file HighResTimer.h.