@GwtIncompatible(value="java.io.ByteArrayOutputStream") public final class PerformanceTracker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PerformanceTracker.Stats
A Stats object contains statistics about a pass run, such as running time,
size changes, etc
|
Modifier and Type | Method and Description |
---|---|
int |
getGzSize() |
int |
getRuntime() |
int |
getSize() |
com.google.common.collect.ImmutableMap<String,PerformanceTracker.Stats> |
getStats() |
void |
outputTracerReport(PrintStream pstr)
Prints a summary, which contains aggregate stats for all runs of each pass
and a log, which contains stats for each individual run.
|
boolean |
tracksGzSize() |
boolean |
tracksSize() |
public boolean tracksSize()
public boolean tracksGzSize()
public int getRuntime()
public int getSize()
public int getGzSize()
public com.google.common.collect.ImmutableMap<String,PerformanceTracker.Stats> getStats()
public void outputTracerReport(PrintStream pstr)
Copyright © 2009-2015 Google. All Rights Reserved.