Yaaf.FSharp.Helper


TimeMeasurement

Defined in Yaaf.FSharp.Helper.dll.

Functions and values

Function or valueDescription
averageTime count desc f
Signature: count:int -> desc:string -> f:(unit -> '?22930) -> unit
Type parameters: '?22930

Stops the average runtime for a given function and applies it the given count Afterwards it reports it with the given description

printInFsiTags s
Signature: s:string -> unit
stopAverageTime count f
Signature: count:int -> f:(unit -> '?22927) -> float
Type parameters: '?22927

Stops the average runtime for a given function and applies it the given count

stopTime f
Signature: f:(unit -> '?22925) -> '?22925 * float
Type parameters: '?22925

Stops the runtime for a given function

Fork me on GitHub