com.google.javascript.jscomp
Class PerformanceTracker
java.lang.Object
com.google.javascript.jscomp.PerformanceTracker
public class PerformanceTracker
- extends Object
Nested Class Summary |
static class |
PerformanceTracker.Stats
For each pass, keep track of the runtime, the size changes, etc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRuntime
public int getRuntime()
getSize
public int getSize()
getGzSize
public int getGzSize()
getStats
public com.google.common.collect.ImmutableMap<String,PerformanceTracker.Stats> getStats()
outputTracerReport
public void outputTracerReport(PrintStream pstr)