catch2/include
Martin Hořeňovský 931441251e Add an early bailout out of benchmark timer calibration
Specific platforms (e.g. TDM-GCC) can have terrible timer resolution,
and our checking code will then loop for an inordinate amount of time.
This change will make it so that the calibration gives up after 3
seconds and just uses the already measured values.

This leaves one open question, how to signal that the resolution
is terrible and benchmarking should not happen?

Fixes #1237
2018-04-01 22:50:39 +02:00
..
external Bring in Clara v1.1.4 2018-03-09 10:37:56 +01:00
internal Add an early bailout out of benchmark timer calibration 2018-04-01 22:50:39 +02:00
reporters Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00
catch.hpp v2.2.1 2018-03-11 12:04:28 +01:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00