Interface PerformanceMonitor
- All Known Implementing Classes:
SqlPerformanceMonitorImpl
public interface PerformanceMonitor
EXPERIMENTAL. Probably temporary.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Starts gathering thread-local performance information, clearing existing (if any).void
Stops gathering thread-local performance information, clearing existing (if any).
-
Method Details
-
clearGlobalPerformanceInformation
void clearGlobalPerformanceInformation() -
getGlobalPerformanceInformation
PerformanceInformation 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
PerformanceInformation getThreadLocalPerformanceInformation() -
setConfiguration
-