public interface Metric
Modifier and Type | Method and Description |
---|---|
long |
addTotalTime(long time) |
Map<String,CallerCount> |
getCallerCounts() |
String |
getName() |
long |
getTotalCount() |
long |
getTotalTime() |
long |
incTotalCount() |
String getName()
long getTotalCount()
long incTotalCount()
long getTotalTime()
long addTotalTime(long time)
Map<String,CallerCount> getCallerCounts()
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.