Win32Timer
Engine/source/platformWin32/winTimer.cpp
Private Attributes
Public Functions
Get the number of MS that have elapsed since creation or the last reset call.
Detailed Description
Private Attributes
S64 mFrequency
S64 mPerfCountCurrent
S64 mPerfCountNext
F64 mPerfCountRemainderCurrent
F64 mPerfCountRemainderNext
Public Functions
Win32Timer()
getElapsedMs()
Reimplemented from: PlatformTimer
reset()
Reimplemented from: PlatformTimer