C# Class NPlot.StepTimer

显示文件 Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
GetResults ( ) : string
GetResultsPercent ( ) : string
Reset ( ) : void
Start ( string name ) : Stopwatch
Stop ( Stopwatch sw ) : void

Private Methods

Method Description
StepTimer ( ) : System.Collections.Generic

Method Details

GetResults() public static method

public static GetResults ( ) : string
return string

GetResultsPercent() public static method

public static GetResultsPercent ( ) : string
return string

Reset() public static method

public static Reset ( ) : void
return void

Start() public static method

public static Start ( string name ) : Stopwatch
name string
return System.Diagnostics.Stopwatch

Stop() public static method

public static Stop ( Stopwatch sw ) : void
sw System.Diagnostics.Stopwatch
return void