catch2/include/internal/benchmark/detail
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
..
catch_analyse.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_benchmark_function.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_complete_invoke.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_estimate_clock.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_measure.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_repeat.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_run_for_at_least.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00
catch_stats.cpp Move the async-using parts of benchmarking into a .cpp file 2019-06-15 11:43:25 +02:00
catch_stats.hpp Move the async-using parts of benchmarking into a .cpp file 2019-06-15 11:43:25 +02:00
catch_timing.hpp Integrate Nonius benchmark into Catch2 2019-06-06 19:33:37 +02:00