C# Class HdrHistogram.TimeStamp

Helper methods to get time periods based in system stopwatch units.
Afficher le fichier Open project: HdrHistogram/HdrHistogram.NET

Méthodes publiques

Méthode Description
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.

Method Details

Hours() public static méthode

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.
Résultat long

Minutes() public static méthode

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.
Résultat long

Seconds() public static méthode

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.
Résultat long