C# Class codectest.HiPerfTimer

Afficher le fichier Open project: cureos/csj2k Class Usage Examples

Méthodes publiques

Méthode Description
HiPerfTimer ( ) : System

ctor

Start ( ) : long

Start the timer

Stop ( ) : long

Stop timer

Private Methods

Méthode Description
QueryPerformanceCounter ( long &lpPerformanceCount ) : bool
QueryPerformanceFrequency ( long &lpFrequency ) : bool

Method Details

HiPerfTimer() public méthode

ctor
public HiPerfTimer ( ) : System
Résultat System

Start() public méthode

Start the timer
public Start ( ) : long
Résultat long

Stop() public méthode

Stop timer
public Stop ( ) : long
Résultat long