Interface OperationsPerformanceMonitor
- All Known Implementing Classes:
- OperationsPerformanceMonitorImpl
public interface OperationsPerformanceMonitor
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoid@NotNull OperationsPerformanceInformationvoidStarts gathering thread-local performance information, clearing existing (if any).voidStops gathering thread-local performance information, clearing existing (if any).
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
clearGlobalPerformanceInformationvoid clearGlobalPerformanceInformation()
- 
getGlobalPerformanceInformation
- 
startThreadLocalPerformanceInformationCollectionvoid startThreadLocalPerformanceInformationCollection()Starts gathering thread-local performance information, clearing existing (if any).
- 
stopThreadLocalPerformanceInformationCollectionvoid stopThreadLocalPerformanceInformationCollection()Stops gathering thread-local performance information, clearing existing (if any).
- 
getThreadLocalPerformanceInformationOperationsPerformanceInformation getThreadLocalPerformanceInformation()
 
-