mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-05 05:39:53 +01:00
fa6d52e2a3
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>. |
||
---|---|---|
.. | ||
detail | ||
catch_benchmark.hpp | ||
catch_chronometer.hpp | ||
catch_clock.hpp | ||
catch_constructor.hpp | ||
catch_environment.hpp | ||
catch_estimate.hpp | ||
catch_execution_plan.hpp | ||
catch_optimizer.hpp | ||
catch_outlier_classification.hpp | ||
catch_sample_analysis.hpp |