Module Binsec_unix.UtilsSource

Generic utilities

Timing

Sourceval time : (unit -> 'a) -> float * 'a

time f times the execution of function f and returns both the time taken and the result