File indexing completed on 2025-01-30 10:02:48
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021 #ifndef CATCH_BENCHMARK_ALL_HPP_INCLUDED
0022 #define CATCH_BENCHMARK_ALL_HPP_INCLUDED
0023
0024 #include <catch2/benchmark/catch_benchmark.hpp>
0025 #include <catch2/benchmark/catch_chronometer.hpp>
0026 #include <catch2/benchmark/catch_clock.hpp>
0027 #include <catch2/benchmark/catch_constructor.hpp>
0028 #include <catch2/benchmark/catch_environment.hpp>
0029 #include <catch2/benchmark/catch_estimate.hpp>
0030 #include <catch2/benchmark/catch_execution_plan.hpp>
0031 #include <catch2/benchmark/catch_optimizer.hpp>
0032 #include <catch2/benchmark/catch_outlier_classification.hpp>
0033 #include <catch2/benchmark/catch_sample_analysis.hpp>
0034 #include <catch2/benchmark/detail/catch_analyse.hpp>
0035 #include <catch2/benchmark/detail/catch_benchmark_function.hpp>
0036 #include <catch2/benchmark/detail/catch_benchmark_stats.hpp>
0037 #include <catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp>
0038 #include <catch2/benchmark/detail/catch_complete_invoke.hpp>
0039 #include <catch2/benchmark/detail/catch_estimate_clock.hpp>
0040 #include <catch2/benchmark/detail/catch_measure.hpp>
0041 #include <catch2/benchmark/detail/catch_repeat.hpp>
0042 #include <catch2/benchmark/detail/catch_run_for_at_least.hpp>
0043 #include <catch2/benchmark/detail/catch_stats.hpp>
0044 #include <catch2/benchmark/detail/catch_timing.hpp>
0045
0046 #endif