package binsec

  1. Overview
  2. Docs
On This Page
  1. Timing
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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