package binsec

  1. Overview
  2. Docs

doc/binsec.unix/Binsec_unix/Utils/index.html

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