Home
last modified time | relevance | path

Searched refs:STATS_KEY_SEPARATOR (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DAggregatePostProcessorTest.java51 private static final String STATS_KEY_SEPARATOR = "-"; field in AggregatePostProcessorTest
96 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_MIN))); in testSingularDoubleMetric()
100 .get(String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_MIN)) in testSingularDoubleMetric()
106 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_MAX))); in testSingularDoubleMetric()
110 .get(String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_MAX)) in testSingularDoubleMetric()
116 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_MEAN))); in testSingularDoubleMetric()
120 .get(String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_MEAN)) in testSingularDoubleMetric()
126 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_VAR))); in testSingularDoubleMetric()
130 .get(String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_VAR)) in testSingularDoubleMetric()
136 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_STDEV))); in testSingularDoubleMetric()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DAggregatePostProcessor.java59 private static final String STATS_KEY_SEPARATOR = "-"; field in AggregatePostProcessor
153 String.join(STATS_KEY_SEPARATOR, metricKey, statKey), in buildStats()
/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricUtility.java65 private static final String STATS_KEY_SEPARATOR = "-"; field in MetricUtility
328 String.join(STATS_KEY_SEPARATOR, metricKey, statKey),