Interface OperationsPerformanceMonitor
- All Known Implementing Classes:
OperationsPerformanceMonitorImpl
public interface OperationsPerformanceMonitor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
@NotNull OperationsPerformanceInformation
void
Starts gathering thread-local performance information, clearing existing (if any).void
Stops gathering thread-local performance information, clearing existing (if any).
-
Field Details
-
INSTANCE
-
-
Method Details
-
clearGlobalPerformanceInformation
void clearGlobalPerformanceInformation() -
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()
-