public static interface ReportManager.Reporter
ReportManager.registerReporter(Reporter).| Modifier and Type | Method and Description |
|---|---|
void |
appendReport(StringBuilder buffer,
long now,
long sinceLast,
boolean reset)
Requests that this reporter append its report to the supplied string buffer.
|
void appendReport(StringBuilder buffer, long now, long sinceLast, boolean reset)
buffer - the string buffer to which the report text should be appended.now - the time at which the report generation began, in epoch millis.sinceLast - number of milliseconds since the last time we generated a report.reset - if true, all accumulating stats should be reset, if false they should be
allowed to continue to accumulate.Copyright © 2015. All rights reserved.