public class CalciteTimingTracer extends Object
| Constructor and Description |
|---|
CalciteTimingTracer(org.slf4j.Logger logger,
String startEvent)
Creates a new timing tracer, publishing an initial event (at elapsed time
0).
|
| Modifier and Type | Method and Description |
|---|---|
void |
traceTime(String event)
Publishes an event with the time elapsed since the previous event.
|
public CalciteTimingTracer(org.slf4j.Logger logger,
String startEvent)
logger - logger on which to log timing events; level FINE will be
usedstartEvent - event to trace as start of timingpublic void traceTime(String event)
event - event to traceCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.