Cimfu.Suave.Healthcheck


TimingSettings

Namespace: Cimfu.Suave
Parent Module: Timing

Timing information. Specifying custom values is helpful for testing purposes.

Record Fields

Record FieldDescription
GetTime
Signature: unit -> Instant

Gets the current time.

GetTimestamp
Signature: unit -> int64<MeasureProduct<stamp,MeasureOne>>

Get the current timestamp.

StampsPerSecond
Signature: int64<MeasureProduct<MeasureInverse<sec>,MeasureProduct<stamp,MeasureOne>>>

Indicates the frequency of timestamps per second.

Static members

Static memberDescription
Default
Signature: TimingSettings

A default set of timing information. For common use cases, this can be used without modification.

F# Project
Fork me on GitHub