Win32Timer

Engine/source/platformWin32/winTimer.cpp

More...

Public Functions

Get the number of MS that have elapsed since creation or the last reset call.

Reset elapsed ms back to zero.

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