public class PerformanceTracker extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PerformanceTracker.Stats
For each pass, keep track of the runtime, the 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) |
public int getRuntime()
public int getSize()
public int getGzSize()
public com.google.common.collect.ImmutableMap<String,PerformanceTracker.Stats> getStats()
public void outputTracerReport(PrintStream pstr)