C# Class ZForge.Controls.TreeViewAdv.TimeCounter

High resolution timer, used to test performance
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
Finish ( ) : double

Finish time counting

Finish ( System.Int64 start ) : double
GetStartValue ( ) : System.Int64
Start ( ) : void

Start time counting

Private Methods

Méthode Description
QueryPerformanceCounter ( System.Int64 &performanceCount ) : bool
QueryPerformanceFrequency ( System.Int64 &frequency ) : bool

Method Details

Finish() public static méthode

Finish time counting
public static Finish ( ) : double
Résultat double

Finish() public static méthode

public static Finish ( System.Int64 start ) : double
start System.Int64
Résultat double

GetStartValue() public static méthode

public static GetStartValue ( ) : System.Int64
Résultat System.Int64

Start() public static méthode

Start time counting
public static Start ( ) : void
Résultat void