Package 

Class EnabledMetrics


  • 
    public final class EnabledMetrics
    
                        

    Sets which metrics (if any) are gathered and reported

    • Method Detail

      • getRendering

         final Boolean getRendering()

        Determines whether rendering metrics (slow and frozen frames) are gathered and reported

      • setRendering

         final Unit setRendering(Boolean rendering)

        Determines whether rendering metrics (slow and frozen frames) are gathered and reported

      • getCpu

         final Boolean getCpu()

        Determines whether CPU use is gathered and reported. When enabled, the CPU use is sampled periodically for the app process and main thread.

      • setCpu

         final Unit setCpu(Boolean cpu)

        Determines whether CPU use is gathered and reported. When enabled, the CPU use is sampled periodically for the app process and main thread.

      • getMemory

         final Boolean getMemory()

        Determines whether memory consumption is gathered and reported.

      • setMemory

         final Unit setMemory(Boolean memory)

        Determines whether memory consumption is gathered and reported.