Interface Performance


  • public interface Performance
    • Method Detail

      • disable

        void disable()
        Disable collecting and reporting metrics.
      • enable

        void enable()
        Enable collecting and reporting metrics.
      • getMetrics

        List<Metric> getMetrics()
        Retrieve current values of run-time metrics.
        Returns:
        Current values for run-time metrics.