C# 클래스 ZForge.Controls.TreeViewAdv.TimeCounter

High resolution timer, used to test performance
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
Finish ( ) : double

Finish time counting

Finish ( System.Int64 start ) : double
GetStartValue ( ) : System.Int64
Start ( ) : void

Start time counting

비공개 메소드들

메소드 설명
QueryPerformanceCounter ( System.Int64 &performanceCount ) : bool
QueryPerformanceFrequency ( System.Int64 &frequency ) : bool

메소드 상세

Finish() 공개 정적인 메소드

Finish time counting
public static Finish ( ) : double
리턴 double

Finish() 공개 정적인 메소드

public static Finish ( System.Int64 start ) : double
start System.Int64
리턴 double

GetStartValue() 공개 정적인 메소드

public static GetStartValue ( ) : System.Int64
리턴 System.Int64

Start() 공개 정적인 메소드

Start time counting
public static Start ( ) : void
리턴 void