public interface TransactionTimer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransactionTimer.TransactionTimerSnapshot |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
String |
getName() |
TransactionTimer.TransactionTimerSnapshot |
getSnapshot() |
long |
getTotalNanos() |
boolean |
isExtended() |
void |
mergeChildTimersInto(AggregatedTimer timer) |
long getCount()
String getName()
TransactionTimer.TransactionTimerSnapshot getSnapshot()
long getTotalNanos()
boolean isExtended()
void mergeChildTimersInto(AggregatedTimer timer)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.