Package com.google.javascript.jscomp
Class PerformanceTracker
java.lang.Object
com.google.javascript.jscomp.PerformanceTracker
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
For each pass, keep track of the runtime, the size changes, etc -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getSize()
com.google.common.collect.ImmutableMap<String,
PerformanceTracker.Stats> getStats()
void
-
Method Details
-
getRuntime
public int getRuntime() -
getSize
public int getSize() -
getGzSize
public int getGzSize() -
getStats
-
outputTracerReport
-