Semagle.Framework


Constants

Namespace: Semagle.Logging

Time calculation constants

Functions and values

Function or valueDescription
MicrosPerSecond
Signature: int64
Attributes:
[<Literal>]
MicrosPerTick
Signature: float
Attributes:
[<Literal>]
MillisPerSecond
Signature: int64
Attributes:
[<Literal>]
MillisPerTick
Signature: float
Attributes:
[<Literal>]
NanosPerMicro
Signature: int64
Attributes:
[<Literal>]
NanosPerMilli
Signature: int64
Attributes:
[<Literal>]
NanosPerMinute
Signature: int64
Attributes:
[<Literal>]
NanosPerSecond
Signature: int64
Attributes:
[<Literal>]
NanosPerTick
Signature: int64
Attributes:
[<Literal>]
SecondsPerTick
Signature: float
Attributes:
[<Literal>]

BCL ticks. Not the same as Stopwatch ticks.

TicksPerMicro
Signature: int64
Attributes:
[<Literal>]

BCL ticks. Not the same as Stopwatch ticks.

TicksPerMilli
Signature: int64
Attributes:
[<Literal>]

BCL ticks. Not the same as Stopwatch ticks.

TicksPerMinute
Signature: int64
Attributes:
[<Literal>]

BCL ticks. Not the same as Stopwatch ticks.

TicksPerSecond
Signature: int64
Attributes:
[<Literal>]

BCL ticks. Not the same as Stopwatch ticks.

Fork me on GitHub