Interface OperationsPerformanceMonitor

All Known Implementing Classes:
OperationsPerformanceMonitorImpl

@Experimental public interface OperationsPerformanceMonitor
EXPERIMENTAL.
  • Field Details

  • Method Details

    • clearGlobalPerformanceInformation

      void clearGlobalPerformanceInformation()
    • getGlobalPerformanceInformation

      OperationsPerformanceInformation getGlobalPerformanceInformation()
    • startThreadLocalPerformanceInformationCollection

      void startThreadLocalPerformanceInformationCollection()
      Starts gathering thread-local performance information, clearing existing (if any).
    • stopThreadLocalPerformanceInformationCollection

      void stopThreadLocalPerformanceInformationCollection()
      Stops gathering thread-local performance information, clearing existing (if any).
    • getThreadLocalPerformanceInformation

      OperationsPerformanceInformation getThreadLocalPerformanceInformation()