1 /* 2 * Distributed under the Boost Software License, Version 1.0. (See accompanying 3 * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 4 */ 5 6 7 // A proxy header that includes all of the benchmarking headers to allow 8 // concise include of the benchmarking features. You should prefer the 9 // individual includes in standard use. 10 11 #include "catch_benchmark.hpp" 12 #include "catch_chronometer.hpp" 13 #include "catch_clock.hpp" 14 #include "catch_constructor.hpp" 15 #include "catch_environment.hpp" 16 #include "catch_estimate.hpp" 17 #include "catch_execution_plan.hpp" 18 #include "catch_optimizer.hpp" 19 #include "catch_outlier_classification.hpp" 20 #include "catch_sample_analysis.hpp" 21 #include "detail/catch_analyse.hpp" 22 #include "detail/catch_benchmark_function.hpp" 23 #include "detail/catch_complete_invoke.hpp" 24 #include "detail/catch_estimate_clock.hpp" 25 #include "detail/catch_measure.hpp" 26 #include "detail/catch_repeat.hpp" 27 #include "detail/catch_run_for_at_least.hpp" 28 #include "detail/catch_stats.hpp" 29 #include "detail/catch_timing.hpp" 30