Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private static Tracer.AtomicTracerStatMap |
Tracer.typeToCountMap
This map tracks counts of tracers for each type over all time.
|
private static Tracer.AtomicTracerStatMap |
Tracer.typeToSilentMap
This map tracks counts of silent tracers for each type over all time.
|
private static Tracer.AtomicTracerStatMap |
Tracer.typeToTimeMap
This map tracks time (ms) for each type over all time.
|
Modifier and Type | Method and Description |
---|---|
Tracer.AtomicTracerStatMap |
Tracer.TracingStatistic.getTracingStat()
Returns this tracing statistic's trace map.
|