@FunctionalInterface public interface TimingCollector
| Modifier and Type | Field and Description |
|---|---|
static TimingCollector |
NOP_TIMING_COLLECTOR
GNDN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
collect(long elapsedNs,
StatementContext ctx)
Called after a statement completes with how long it took to execute.
|
static final TimingCollector NOP_TIMING_COLLECTOR
void collect(long elapsedNs,
StatementContext ctx)
elapsedNs - the elapsed time in nanoseconds.ctx - the context of the just completed statementCopyright © 2017. All rights reserved.