4.6 Timing: the Timer structure
Function
Shell.Timer
val timeIterations: int -> ('a -> 'b) -> 'a -> ({gc: time, sys: time, usr: time} * time) Syntax
timeIterations n f x -> t
Returns the time taken to perform n applications of f to x.
Generated with Harlequin WebMaker