catch2/include/internal/benchmark
cericks0n fa6d52e2a3
Fix error when period of steady_clock is not nano
On systems where std::chrono::steady_clock::period is not std::nano, benchmark tests fail to compile due to trying to convert analysis.samples from a vector of duration<double, clock::period> to a vector of std::chrono::duration<double, std::nano>.
2019-11-01 15:52:38 -05:00
..
detail Rework how warning suppression in macros is done 2019-10-27 21:07:21 +01:00
catch_benchmark.hpp Fix error when period of steady_clock is not nano 2019-11-01 15:52:38 -05: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