C# 클래스 HdrHistogram.TimeStamp

Helper methods to get time periods based in system stopwatch units.
파일 보기 프로젝트 열기: HdrHistogram/HdrHistogram.NET

공개 메소드들

메소드 설명
Hours ( int hours ) : long

Return a long representing the number system timer ticks that occur over the provided number of hours.

Minutes ( long minutes ) : long

Return a long representing the number system timer ticks that occur over the provided number of minutes.

Seconds ( long seconds ) : long

Return a long representing the number system timer ticks that occur over the provided number of seconds.

메소드 상세

Hours() 공개 정적인 메소드

Return a long representing the number system timer ticks that occur over the provided number of hours.
public static Hours ( int hours ) : long
hours int A number hours to represent.
리턴 long

Minutes() 공개 정적인 메소드

Return a long representing the number system timer ticks that occur over the provided number of minutes.
public static Minutes ( long minutes ) : long
minutes long A number minutes to represent.
리턴 long

Seconds() 공개 정적인 메소드

Return a long representing the number system timer ticks that occur over the provided number of seconds.
public static Seconds ( long seconds ) : long
seconds long A number seconds to represent.
리턴 long