Martin Hořeňovský e340ab8db6
Various improvements to the benchmarking support
* Units from <ratio> are no longer redeclared in our own namespace
* The default clock is `steady_clock`, not `high_resolution_clock`,
because, as HH says "high_resolution_clock is useless. If you want
measure the passing of time, use steady_clock. If you want user
friendly time, use system_clock".
* Benchmarking support is opt-in, not opt-out, to avoid the large
(~10%) compile time penalty.
* Benchmarking-related options in CLI are always present, to decrease
the amount of code that is only compiled conditionally and making
the whole shebang more maintainble.
2019-06-06 21:28:56 +02:00
..
2017-09-07 17:25:15 +02:00
2017-12-09 20:17:47 +01:00
2019-01-13 19:01:12 +01:00
2017-09-07 17:25:15 +02:00
2017-08-30 15:53:39 +02:00
2019-02-08 10:41:23 +01:00
2019-02-08 10:41:23 +01:00
2019-04-03 20:32:11 +02:00
2017-07-27 11:32:01 +02:00
2019-05-23 21:03:47 +02:00
2019-05-26 21:19:55 +02:00
2019-05-23 21:03:47 +02:00
2019-01-11 11:55:51 +01:00
2019-05-26 22:47:00 +02:00