U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
High-resolution operating system timer used in profiling. More...
#include </var/dev/u3d/stable/Source/Urho3D/Core/Timer.h>
Static Public Member Functions | |
static bool | IsSupported () |
Return if high-resolution timer is supported. | |
static long long | GetFrequency () |
Return high-resolution timer frequency if supported. | |
Private Attributes | |
long long | startTime_ {} |
Starting clock value in CPU ticks. | |
Static Private Attributes | |
static bool | supported |
High-resolution timer support flag. | |
static long long | frequency |
High-resolution timer frequency. | |
Friends | |
class | Time |
High-resolution operating system timer used in profiling.