Module Benchmark_accumulator

module Benchmark_accumulator: sig .. end

module Current_libname: sig .. end
module Entry: sig .. end
val add_benchmarks_flag : bool
val lookup_lib : libname:string -> Entry.t list
val add_bench : name:string ->
code:string ->
filename:string ->
type_conv_path:string ->
line:int ->
startpos:int -> endpos:int -> Entry.test_spec -> unit
val add_bench_module : name:string ->
code:string ->
type_conv_path:string ->
filename:string ->
line:int -> startpos:int -> endpos:int -> (unit -> unit) -> unit