public static interface CompletionExecutor.Timing
| Modifier and Type | Method and Description |
|---|---|
void |
addCompleted(CompletionExecutor.DebugContextRunnable r,
long nanos) |
void |
addScheduled(CompletionExecutor.DebugContextRunnable r) |
long |
getPrintIntervalNanos() |
void |
print() |
void |
printHeader() |
long getPrintIntervalNanos()
void addScheduled(CompletionExecutor.DebugContextRunnable r)
void addCompleted(CompletionExecutor.DebugContextRunnable r, long nanos)
void printHeader()
void print()