Home
last modified time | relevance | path

Searched defs:MinVariance (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp74 double MinVariance = std::numeric_limits<double>::infinity(); in runMeasurements() local
H A DBenchmarkResult.h89 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator