MCPcopy Create free account
hub / github.com/Profactor/cv-plot / Estimate

Class Estimate

CvPlot/ext/catch2/inc/catch.hpp:5369–5379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5367 namespace Benchmark {
5368 template <typename Duration>
5369 struct Estimate {
5370 Duration point;
5371 Duration lower_bound;
5372 Duration upper_bound;
5373 double confidence_interval;
5374
5375 template <typename Duration2>
5376 operator Estimate<Duration2>() const {
5377 return { point, lower_bound, upper_bound, confidence_interval };
5378 }
5379 };
5380 } // namespace Benchmark
5381} // namespace Catch
5382

Callers 1

analyse_samplesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected