Home
last modified time | relevance | path

Searched refs:high_severe (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/benchmark/
Dcatch_outlier_classification.hpp20 int high_severe = 0; // more than 3 times IQR above Q3 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/external/catch2/projects/SelfTest/IntrospectiveTests/
DInternalBenchmark.tests.cpp204 REQUIRE(o.high_severe == his); in __anon1f2f8e720702()
292 CHECK(analysis.outliers.high_severe == 0);
328 CHECK(analysis.outliers.high_severe == 0);
/external/catch2/include/internal/benchmark/detail/
Dcatch_stats.hpp53 else if (t > his) ++o.high_severe; in classify_outliers()
/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp255 .writeAttribute("highSevere", benchmarkStats.outliers.high_severe); in benchmarkEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp5416 int high_severe = 0; // more than 3 times IQR above Q3 member
5419 return low_severe + low_mild + high_mild + high_severe; in total()
6938 else if (t > his) ++o.high_severe; in classify_outliers()
17142 .writeAttribute("highSevere", benchmarkStats.outliers.high_severe); in benchmarkEnded()
/external/libabigail/tests/lib/
Dcatch.hpp5449 int high_severe = 0; // more than 3 times IQR above Q3 member
5452 return low_severe + low_mild + high_mild + high_severe; in total()
6970 else if (t > his) ++o.high_severe; in classify_outliers()
17408 .writeAttribute("highSevere", benchmarkStats.outliers.high_severe); in benchmarkEnded()