C# 클래스 VoxelTerrain.PerformanceTimer

Allows high-resolution time measurement.
파일 보기 프로젝트 열기: barograf/VoxelTerrain 1 사용 예제들

공개 메소드들

메소드 설명
GetAbsoluteTime ( ) : double

Computes absolute time.

GetDeltaTime ( ) : double

Computes time between two calls of this method.

GetTime ( ) : double

Computes relative time.

PerformanceTimer ( ) : System.Runtime.InteropServices

Creates a timer.

비공개 메소드들

메소드 설명
QueryPerformanceCounter ( long &performanceCount ) : bool
QueryPerformanceFrequency ( long &performanceFrequency ) : bool

메소드 상세

GetAbsoluteTime() 공개 메소드

Computes absolute time.
public GetAbsoluteTime ( ) : double
리턴 double

GetDeltaTime() 공개 메소드

Computes time between two calls of this method.
public GetDeltaTime ( ) : double
리턴 double

GetTime() 공개 메소드

Computes relative time.
public GetTime ( ) : double
리턴 double

PerformanceTimer() 공개 메소드

Creates a timer.
public PerformanceTimer ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices