Searched refs:SFSTATS_METRICS_PREFIX (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/collectors-helper/jank/test/src/com/android/helpers/ |
D | SfStatsCollectionHelperTest.java | 22 import static com.android.helpers.SfStatsCollectionHelper.SFSTATS_METRICS_PREFIX; 155 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 162 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 169 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 176 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 183 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 190 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 197 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 204 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() 211 SFSTATS_METRICS_PREFIX, in testCollect_valuesMatch() [all …]
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | SfStatsCollectionHelper.java | 50 @VisibleForTesting static final String SFSTATS_METRICS_PREFIX = "SFSTATS"; field in SfStatsCollectionHelper 100 String metricKey = constructKey(SFSTATS_METRICS_PREFIX, "GLOBAL", key.toUpperCase()); in getMetrics() 106 constructKey(SFSTATS_METRICS_PREFIX, "GLOBAL", "FRAME_CPU_DURATION_AVG"), in getMetrics() 112 constructKey(SFSTATS_METRICS_PREFIX, "GLOBAL", "RENDER_ENGINE_DURATION_AVG"), in getMetrics() 125 constructKey(SFSTATS_METRICS_PREFIX, layerName, "TOTAL_FRAMES"), in getMetrics() 133 constructKey(SFSTATS_METRICS_PREFIX, layerName, "DROPPED_FRAMES"), in getMetrics() 141 constructKey(SFSTATS_METRICS_PREFIX, layerName, "AVERAGE_FPS"), in getMetrics()
|