C# Class CommonLib.Utility.BenchmarkTimer

Afficher le fichier Open project: jprichardson/CommonLib

Méthodes publiques

Méthode Description
Start ( ) : void
Start ( string label ) : void
Stop ( ) : System.TimeSpan
StopAndOutput ( ) : System.TimeSpan

Method Details

Start() public static méthode

public static Start ( ) : void
Résultat void

Start() public static méthode

public static Start ( string label ) : void
label string
Résultat void

Stop() public static méthode

public static Stop ( ) : System.TimeSpan
Résultat System.TimeSpan

StopAndOutput() public static méthode

public static StopAndOutput ( ) : System.TimeSpan
Résultat System.TimeSpan