C# 클래스 GSF.StepTimer

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

공개 메소드들

메소드 설명
GetAverage ( string Name ) : double
GetNanoSeconds ( string Name, int loopCount ) : double
GetResults ( ) : string
GetSlowest ( string Name ) : double
Reset ( ) : void
Start ( string name, bool runGC = false ) : ITimer
Time ( int internalLoopCount, System.Action del ) : string
Time ( int internalLoopCount, Action del ) : string

비공개 메소드들

메소드 설명
StepTimer ( ) : System
TimeLoop ( Stopwatch sw, System.Action del, int loopCount ) : double
TimeLoop ( Stopwatch sw, Action del, int loopCount ) : double

메소드 상세

GetAverage() 공개 정적인 메소드

public static GetAverage ( string Name ) : double
Name string
리턴 double

GetNanoSeconds() 공개 정적인 메소드

public static GetNanoSeconds ( string Name, int loopCount ) : double
Name string
loopCount int
리턴 double

GetResults() 공개 정적인 메소드

public static GetResults ( ) : string
리턴 string

GetSlowest() 공개 정적인 메소드

public static GetSlowest ( string Name ) : double
Name string
리턴 double

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Start() 공개 정적인 메소드

public static Start ( string name, bool runGC = false ) : ITimer
name string
runGC bool
리턴 ITimer

Time() 공개 정적인 메소드

public static Time ( int internalLoopCount, System.Action del ) : string
internalLoopCount int
del System.Action
리턴 string

Time() 공개 정적인 메소드

public static Time ( int internalLoopCount, Action del ) : string
internalLoopCount int
del Action
리턴 string