-
public class RenderingMetricsMapper
-
-
Field Summary
Fields Modifier and Type Field Description public final static RenderingMetricsMapperINSTANCE
-
Method Summary
Modifier and Type Method Description final RenderingMetricstoRenderingMetrics(Array<SparseIntArray> metrics, Long foregroundTime)Aggregates raw frames data collected by ActivityFrameMetricsTracker into RenderingMetrics data class, which is more suitable for reporting & metric analysis -
-
Method Detail
-
toRenderingMetrics
final RenderingMetrics toRenderingMetrics(Array<SparseIntArray> metrics, Long foregroundTime)
Aggregates raw frames data collected by ActivityFrameMetricsTracker into RenderingMetrics data class, which is more suitable for reporting & metric analysis
-
-
-
-