C# 클래스 CommonLib.Utility.BenchmarkTimer

파일 보기 프로젝트 열기: jprichardson/CommonLib

공개 메소드들

메소드 설명
Start ( ) : void
Start ( string label ) : void
Stop ( ) : System.TimeSpan
StopAndOutput ( ) : System.TimeSpan

메소드 상세

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void

Start() 공개 정적인 메소드

public static Start ( string label ) : void
label string
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : System.TimeSpan
리턴 System.TimeSpan

StopAndOutput() 공개 정적인 메소드

public static StopAndOutput ( ) : System.TimeSpan
리턴 System.TimeSpan