Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private Tracer |
Compiler.currentTracer |
(package private) Tracer |
Tracer.Event.tracer |
private Tracer |
PhaseOptimizer.NamedPass.tracer |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.HashSet<Tracer> |
Tracer.ThreadTrace.outstandingEvents
Tracers that have not had their .stop() called
|
Modifier and Type | Method and Description |
---|---|
(package private) Tracer |
Compiler.newTracer(java.lang.String passName)
Returns a new tracer for the given pass name.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Tracer.ThreadTrace.endEvent(Tracer t,
int silenceThreshold)
Called by
Tracer.stop() to create a stop event. |
(package private) void |
Tracer.ThreadTrace.startEvent(Tracer t)
Called by the constructor
Tracer.Tracer(String, String) to create
a start event. |
(package private) void |
Compiler.stopTracer(Tracer t,
java.lang.String passName) |
Constructor and Description |
---|
Event(boolean start,
Tracer t) |