Searched defs:metricKey (Results 1 – 7 of 7) sorted by relevance
/platform_testing/libraries/collectors-helper/utilities/src/com/android/helpers/ |
D | MetricUtility.java | 40 public static void addMetric(String metricKey, long metric, Map<String, in addMetric() argument 52 public static void addMetric(String metricKey, Map<String, in addMetric() argument
|
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/ |
D | StopwatchRuleTest.java | 53 String metricKey = String.format(StopwatchRule.METRIC_FORMAT, "clzz", "method"); in testMeasurementIsCorrect() local
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | StopwatchRule.java | 56 String metricKey = in reportMetric() local
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | AppStartupHelper.java | 143 String metricKey = ""; in getMetrics() local 176 String metricKey = ""; in getMetrics() local
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | SfStatsCollectionHelper.java | 98 String metricKey = constructKey(SFSTATS_METRICS_PREFIX, "GLOBAL", key.toUpperCase()); in getMetrics() local
|
D | JankCollectionHelper.java | 311 String metricKey = in parseGfxInfoMetrics() local
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | ShowmapSnapshotHelper.java | 260 String metricKey = constructKey(String.format(OUTPUT_METRIC_PATTERN, entry.getValue()), in parseAndUpdateMemoryInfo() local
|