ppx_bench
Syntax extension for writing in-line benchmarks in ocaml code
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ppx_bench.runtime-lib
module Benchmark_accumulator : sig ... end
The point of Benchmark_accumulator
is to provide a global place where inline benchmarking macros can register themselves. Once registered here, the benchmarks are retrieved and analyzed using Core_bench
.
module Export : sig ... end