catch2/include/internal/benchmark
Martin Hořeňovský e640c3837a
Move the async-using parts of benchmarking into a .cpp file
This keeps it out of the main include path when benchmarking is
enabled, somewhat reducing the compilation-time penalty.

Also moved some other functions into the .cpp file, especially
helpers that could be given internal linkage, and concretized some
iterator-templated code that only ever used
`std::vector<double>::iterator`.
2019-06-15 11:43:25 +02:00
..
detail Move the async-using parts of benchmarking into a .cpp file 2019-06-15 11:43:25 +02:00
catch_benchmark.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_chronometer.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_clock.hpp Various improvements to the benchmarking support 2019-06-06 21:28:56 +02:00
catch_constructor.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_environment.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_estimate.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_execution_plan.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_optimizer.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_outlier_classification.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_sample_analysis.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00