Missing newline in report.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6091 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -112,7 +112,7 @@ public class ReportingInvoker extends Invoker
|
||||
synchronized (this) {
|
||||
Stats stats = getStats(reset);
|
||||
buf.append("- Max queue size: ").append(stats.maxQueueSize).append("\n");
|
||||
buf.append("- Units executed: ").append(stats.unitsRun);
|
||||
buf.append("- Units executed: ").append(stats.unitsRun).append("\n");
|
||||
buf.append("- Total units executed: ").append(_totalUnitsRun);
|
||||
long runPerSec = stats.unitsRun/Math.max(1, sinceLast/1000);
|
||||
buf.append(" (").append(runPerSec).append("/s)\n");
|
||||
|
||||
Reference in New Issue
Block a user