Interface PerformanceMonitor
-
public interface PerformanceMonitorEXPERIMENTAL. Probably temporary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearGlobalPerformanceInformation()PerformanceInformationgetGlobalPerformanceInformation()PerformanceInformationgetThreadLocalPerformanceInformation()voidsetConfiguration(RepositoryStatisticsReportingConfigurationType statistics)voidstartThreadLocalPerformanceInformationCollection()Starts gathering thread-local performance information, clearing existing (if any).voidstopThreadLocalPerformanceInformationCollection()Stops gathering thread-local performance information, clearing existing (if any).
-
-
-
Method Detail
-
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
void setConfiguration(RepositoryStatisticsReportingConfigurationType statistics)
-
-