C# Class Heroes.Core.Map.PerformanceTimer

Show file Open project: edwardsak/homm Class Usage Examples

Public Methods

Method Description
GetElapsedTime ( ) : double
GetTime ( ) : double
PerformanceTimer ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
QueryPerformanceCounter ( long &PerformanceCount ) : bool
QueryPerformanceFrequency ( long &PerformanceFrequency ) : bool

Method Details

GetElapsedTime() public method

public GetElapsedTime ( ) : double
return double

GetTime() public method

public GetTime ( ) : double
return double

PerformanceTimer() public method

public PerformanceTimer ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void