fsprojects/FSharpx.Collections


TimeMeasurement

Namespace: FSharpx.Collections

Functions and values

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

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 -> '?8786) -> float
Type parameters: '?8786

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

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

Stops the runtime for a given function

Fork me on GitHub