Class PerformanceTracker


  • public class PerformanceTracker
    extends Object
    • Constructor Detail

      • PerformanceTracker

        public PerformanceTracker()
    • Method Detail

      • recordRenderTime

        public void recordRenderTime​(String layerName,
                                     float millis)
      • clearRenderTimes

        public void clearRenderTimes()
      • logRenderTimes

        public void logRenderTimes()
      • getSortedRenderTimes

        public List<androidx.core.util.Pair<String,​Float>> getSortedRenderTimes()