= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
ppx_bench v0.9.1
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
On This Page