C# 클래스 Microsoft.Automata.Internal.Utilities.HighTimer

High precision timer
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 메소드들

메소드 설명
ToSeconds ( long ticks ) : double

Returns the duration in seconds

ToSeconds ( long start, long end ) : double

Returns the duration of the timer (in seconds)

ToSecondsFromNow ( long start ) : double

Returns the duration in seconds from start

비공개 메소드들

메소드 설명
HighTimer ( ) : System

메소드 상세

ToSeconds() 공개 정적인 메소드

Returns the duration in seconds
public static ToSeconds ( long ticks ) : double
ticks long The ticks.
리턴 double

ToSeconds() 공개 정적인 메소드

Returns the duration of the timer (in seconds)
public static ToSeconds ( long start, long end ) : double
start long
end long
리턴 double

ToSecondsFromNow() 공개 정적인 메소드

Returns the duration in seconds from start
public static ToSecondsFromNow ( long start ) : double
start long The start.
리턴 double