public interface PerfStatsReporter
Modifier and Type | Method and Description |
---|---|
void |
report(PerfStatsCollector.Metadata metadata,
java.util.Collection<PerfStatsCollector.Metric> metrics)
Report performance stats.
|
void report(PerfStatsCollector.Metadata metadata, java.util.Collection<PerfStatsCollector.Metric> metrics)
Report performance stats.
metadata
- metadata about this set of metrics.metrics
- the metrics.