Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private static Tracer.Stat |
Tracer.ZERO_STAT |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,Tracer.Stat> |
Tracer.ThreadTrace.stats
Map from type to Stat object
|
Modifier and Type | Method and Description |
---|---|
(package private) static Tracer.Stat |
Tracer.getStatsForType(java.lang.String type)
Gets the Stat for a tracer type; never returns null
|