C# Class codectest.HiPerfTimer

Mostra file Open project: cureos/csj2k Class Usage Examples

Public Methods

Method Description
HiPerfTimer ( ) : System

ctor

Start ( ) : long

Start the timer

Stop ( ) : long

Stop timer

Private Methods

Method Description
QueryPerformanceCounter ( long &lpPerformanceCount ) : bool
QueryPerformanceFrequency ( long &lpFrequency ) : bool

Method Details

HiPerfTimer() public method

ctor
public HiPerfTimer ( ) : System
return System

Start() public method

Start the timer
public Start ( ) : long
return long

Stop() public method

Stop timer
public Stop ( ) : long
return long