C# Class NPlot.StepTimer

Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
GetResults ( ) : string
GetResultsPercent ( ) : string
Reset ( ) : void
Start ( string name ) : Stopwatch
Stop ( Stopwatch sw ) : void

Private Methods

Méthode Description
StepTimer ( ) : System.Collections.Generic

Method Details

GetResults() public static méthode

public static GetResults ( ) : string
Résultat string

GetResultsPercent() public static méthode

public static GetResultsPercent ( ) : string
Résultat string

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Start() public static méthode

public static Start ( string name ) : Stopwatch
name string
Résultat System.Diagnostics.Stopwatch

Stop() public static méthode

public static Stop ( Stopwatch sw ) : void
sw System.Diagnostics.Stopwatch
Résultat void