Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/
DSfStatsCollectionHelperTest.java22 import static com.android.helpers.SfStatsCollectionHelper.SFSTATS_METRICS_PREFIX;
151 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
158 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
165 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
172 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
179 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
186 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
193 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
200 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
207 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch()
[all …]
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/
DSfStatsCollectionHelper.java48 @VisibleForTesting static final String SFSTATS_METRICS_PREFIX = "SFSTATS"; field in SfStatsCollectionHelper
98 String metricKey = constructKey(SFSTATS_METRICS_PREFIX, "GLOBAL", key.toUpperCase()); in getMetrics()
104 constructKey(SFSTATS_METRICS_PREFIX, "GLOBAL", "FRAME_CPU_DURATION_AVG"), in getMetrics()
110 constructKey(SFSTATS_METRICS_PREFIX, "GLOBAL", "RENDER_ENGINE_DURATION_AVG"), in getMetrics()
121 constructKey(SFSTATS_METRICS_PREFIX, layerName, "TOTAL_FRAMES"), in getMetrics()
124 constructKey(SFSTATS_METRICS_PREFIX, layerName, "DROPPED_FRAMES"), in getMetrics()
127 constructKey(SFSTATS_METRICS_PREFIX, layerName, "AVERAGE_FPS"), in getMetrics()