Module Verbosity

module Verbosity: sig .. end
A module internal to Core_bench. Please look at Bench.


A module internal to Core_bench. Please look at Bench.
val verbosity : [ `High | `Low ] Pervasives.ref
val set_verbosity : [ `High | `Low ] -> unit
val print_high : ('a, Pervasives.out_channel, unit) Pervasives.format -> 'a

A module internal to Core_bench. Please look at Bench.