C# 클래스 openHistorian.PerformanceTests.StepTimer

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
GetResults ( ) : string
Reset ( ) : void
Start ( string name ) : Stopwatch
Stop ( Stopwatch sw ) : void

비공개 메소드들

메소드 설명
StepTimer ( ) : System.Collections.Generic

메소드 상세

GetResults() 공개 정적인 메소드

public static GetResults ( ) : string
리턴 string

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Start() 공개 정적인 메소드

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

Stop() 공개 정적인 메소드

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