TrueReality  v0.1.1912
Timer.h File Reference
#include <trUtil/Export.h>
#include <trUtil/PlatformMacros.h>
#include <osg/Timer>
Include dependency graph for Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  trUtil::Timer
 Timer class is used for measuring elapsed time or time between two points. More...
 

Namespaces

 trUtil
 Namespace that holds various utility classes for the engine.
 

Typedefs

using trUtil::TimeTicks = unsigned long long
 64bit Integer to hold the Timers time ticks. More...
 

Functions

void TR_UTIL_EXPORT trUtil::AppSleep (unsigned int milliseconds)
 Puts the current application thread to sleep for a given number of milliseconds. More...