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
Libraries
This package provides the following libraries (via dune):
ppx_bench
Documentation: Ppx_bench
Dependencies: ppx_core, ppx_driver, ppx_inline_test.libname
ppx_bench.runtime-lib
Documentation:
Ppx_bench_lib.Benchmark_accumulator
The point ofBenchmark_accumulator
is to provide a global place where inline benchmarking macros can register themselves. Once registered here, the benchmarks are retrieved and analyzed usingCore_bench
.Ppx_bench_lib.Export