mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 13:56:11 +01:00
ce2560ca95
Changes done to Nonius: * Moved things into "Catch::Benchmark" namespace * Benchmarks were integrated with `TEST_CASE`/`SECTION`/`GENERATE` macros * Removed Nonius's parameters for benchmarks, Generators should be used instead * Added relevant methods to the reporter interface (default-implemented, to avoid breaking existing 3rd party reporters) * Async processing is guarded with `_REENTRANT` macro for GCC/Clang, used by default on MSVC * Added a macro `CATCH_CONFIG_DISABLE_BENCHMARKING` that removes all traces of benchmarking from Catch |
||
---|---|---|
.. | ||
catch_analyse.hpp | ||
catch_benchmark_function.hpp | ||
catch_complete_invoke.hpp | ||
catch_estimate_clock.hpp | ||
catch_measure.hpp | ||
catch_repeat.hpp | ||
catch_run_for_at_least.hpp | ||
catch_stats.hpp | ||
catch_timing.hpp |