Searched refs:STATS_KEY_STDEV (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/ |
D | AggregatePostProcessorTest.java | 45 private static final String STATS_KEY_STDEV = "stdev"; field in AggregatePostProcessorTest 74 singularDoubleStats.put(STATS_KEY_STDEV, "0.73"); in testSingularDoubleMetric() 136 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_STDEV))); in testSingularDoubleMetric() 138 singularDoubleStats.get(STATS_KEY_STDEV), in testSingularDoubleMetric() 140 .get(String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_STDEV)) in testSingularDoubleMetric() 188 listDoubleStats.put(STATS_KEY_STDEV, "0.60"); in testListDoubleMetric() 246 listDoubleKey + STATS_KEY_SEPARATOR + STATS_KEY_STDEV)); in testListDoubleMetric() 248 listDoubleStats.get(STATS_KEY_STDEV), in testListDoubleMetric() 250 .get(listDoubleKey + STATS_KEY_SEPARATOR + STATS_KEY_STDEV) in testListDoubleMetric() 322 String.join(STATS_KEY_SEPARATOR, nonNumericKey, STATS_KEY_STDEV))); in testNonNumericMetric() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | MetricUtility.java | 59 private static final String STATS_KEY_STDEV = "stdev"; field in MetricUtility 288 stats.put(STATS_KEY_STDEV, Math.sqrt(variance));
|