Kxclib.Timing
val timefunc' : float Stdlib.ref -> (unit -> 'a) -> 'a
time the execution of f, returning the result of f and store the measured time in output
f
output
val timefunc : (unit -> 'a) -> float
time the execution of f, discarding the result of f