Home
last modified time | relevance | path

Searched refs:getMetricId (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DJankCollectionHelperTest.java116 assertThat(metrics.get(buildMetricKey("pkg1", TOTAL_FRAMES.getMetricId()))) in testCollect_valuesMatch()
118 assertThat(metrics.get(buildMetricKey("pkg1", JANKY_FRAMES_COUNT.getMetricId()))) in testCollect_valuesMatch()
120 assertThat(metrics.get(buildMetricKey("pkg1", JANKY_FRAMES_PRCNT.getMetricId()))) in testCollect_valuesMatch()
122 assertThat(metrics.get(buildMetricKey("pkg1", JANKY_FRAMES_LEGACY_COUNT.getMetricId()))) in testCollect_valuesMatch()
124 assertThat(metrics.get(buildMetricKey("pkg1", JANKY_FRAMES_LEGACY_PRCNT.getMetricId()))) in testCollect_valuesMatch()
126 assertThat(metrics.get(buildMetricKey("pkg1", FRAME_TIME_50TH.getMetricId()))) in testCollect_valuesMatch()
128 assertThat(metrics.get(buildMetricKey("pkg1", FRAME_TIME_90TH.getMetricId()))) in testCollect_valuesMatch()
130 assertThat(metrics.get(buildMetricKey("pkg1", FRAME_TIME_95TH.getMetricId()))) in testCollect_valuesMatch()
132 assertThat(metrics.get(buildMetricKey("pkg1", FRAME_TIME_99TH.getMetricId()))) in testCollect_valuesMatch()
134 assertThat(metrics.get(buildMetricKey("pkg1", NUM_MISSED_VSYNC.getMetricId()))) in testCollect_valuesMatch()
[all …]
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DJankCollectionHelper.java187 public String getMetricId() { in getMetricId() method in JankCollectionHelper.GfxInfoMetric
332 constructKey(GFXINFO_METRICS_PREFIX, packageName, metric.getMetricId()); in parseGfxInfoMetrics()