C# 클래스 ScreenToGif.Util.Benchmark

Util to calculate the timeSpan diff between two parts of the code.
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
End ( ) : void
GetSeconds ( ) : double
Start ( ) : void

메소드 상세

End() 공개 정적인 메소드

public static End ( ) : void
리턴 void

GetSeconds() 공개 정적인 메소드

public static GetSeconds ( ) : double
리턴 double

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void