public interface CanCollectPerformanceMetrics
| Modifier and Type | Method and Description |
|---|---|
void |
reportMetrics(Log log)
Reports (prints out) collected metrics to provided logger.
|
void |
setPerformanceMetricsEnabled(boolean isEnabled)
Enables or disables collecting of internal performance metrics.
|
void setPerformanceMetricsEnabled(boolean isEnabled)
isEnabled - True to enable internal metricsvoid reportMetrics(Log log)
log - Logger instance to report collected metrics to.