Microbenchmark Helpers
include/Utils/Benchmark/ contains lightweight benchmarking helpers used to
measure internal analysis performance.
Main components:
Microbench.hprovides templated benchmark wrappers.ccutils::Statsaccumulates timing summaries and simple statistics.
This module is header-only and is mainly intended for local experiments, regression measurement, and algorithm comparisons.
See also Utility Libraries.