Interface OperationsPerformanceMonitor
- All Known Implementing Classes:
OperationsPerformanceMonitorImpl
EXPERIMENTAL.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
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()
-