org.sape.carbon.services.perflog |
This package contains objects used to track performance metrics
in the system.
|
Java Source File Name | Type | Comment |
BoundedBufferPerformanceLogger.java | Class | This extension on the basic performance logger provides the additional
capability to track timings over a period of time and get report on their
minimums, maximum, averages and standard deviations. |
BoundedBufferPerformanceLoggerConfiguration.java | Interface | Configures a Bounded Buffer performance logger. |
DefaultPerformanceLogger.java | Class | Provides performance logging (sometimes known as profiling) services to
clients. |
PerformanceLogger.java | Interface | Standard interface for performance logging services. |
ReportingPerformanceLogger.java | Interface | Standard interface for performance logging services. |
TrackingInfo.java | Class | Used to encapsulate an arbitrary Object with a timestamp. |