protected abstract static class PointsToAnalysis.BucketTiming extends Object implements CompletionExecutor.Timing
| Modifier | Constructor and Description |
|---|---|
protected |
BucketTiming() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCompleted(CompletionExecutor.DebugContextRunnable r,
long nanos) |
void |
addScheduled(CompletionExecutor.DebugContextRunnable r) |
long |
getPrintIntervalNanos() |
void |
print() |
void |
printHeader() |
public long getPrintIntervalNanos()
getPrintIntervalNanos in interface CompletionExecutor.Timingpublic void addScheduled(CompletionExecutor.DebugContextRunnable r)
addScheduled in interface CompletionExecutor.Timingpublic void addCompleted(CompletionExecutor.DebugContextRunnable r, long nanos)
addCompleted in interface CompletionExecutor.Timingpublic void printHeader()
printHeader in interface CompletionExecutor.Timingpublic void print()
print in interface CompletionExecutor.Timing