Home
last modified time | relevance | path

Searched defs:OutlierClassification (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/benchmark/
Dcatch_outlier_classification.hpp15 struct OutlierClassification { struct
16 int samples_seen = 0;
17 int low_severe = 0; // more than 3 times IQR below Q1
18 int low_mild = 0; // 1.5 to 3 times IQR below Q1
19 int high_mild = 0; // 1.5 to 3 times IQR above Q3
20 int high_severe = 0; // more than 3 times IQR above Q3
22 int total() const { in total()
/external/catch2/single_include/catch2/
Dcatch.hpp5411 struct OutlierClassification { struct
5412 int samples_seen = 0;
5413 int low_severe = 0; // more than 3 times IQR below Q1
5414 int low_mild = 0; // 1.5 to 3 times IQR below Q1
5415 int high_mild = 0; // 1.5 to 3 times IQR above Q3
5416 int high_severe = 0; // more than 3 times IQR above Q3
5418 int total() const { in total()
/external/libabigail/tests/lib/
Dcatch.hpp5444 struct OutlierClassification { struct
5445 int samples_seen = 0;
5446 int low_severe = 0; // more than 3 times IQR below Q1
5447 int low_mild = 0; // 1.5 to 3 times IQR below Q1
5448 int high_mild = 0; // 1.5 to 3 times IQR above Q3
5449 int high_severe = 0; // more than 3 times IQR above Q3
5451 int total() const { in total()