| Modifier and Type | Method and Description |
|---|---|
int |
getBucketInterval() |
Map<String,Map<Long,Long>> |
getCountAndRtPerCategory()
return method execution time and count per bucket per category
|
Map<String,Map<Long,Long>> |
getCountAndRtPerCategory(long startTime)
return method execution time and count per bucket per category
|
Map<String,Map<Long,Long>> |
getMethodCountPerCategory()
return method count per bucket per category
|
Map<String,Map<Long,Long>> |
getMethodCountPerCategory(long startTime)
return method count per bucket per category
|
Map<String,Map<Long,Long>> |
getMethodRtPerCategory()
return method execution time per bucket per category
|
Map<String,Map<Long,Long>> |
getMethodRtPerCategory(long startTime)
return method execution time per bucket per category
|
void |
record(long duration,
String subCategory)
record a method invocation with execution time and sub-categories
|
lastUpdateTimevoid record(long duration,
String subCategory)
duration - must be millisecondssubCategory - all the sub-categories should be orthogonal,
which will be added up to the total number of method invocationsMap<String,Map<Long,Long>> getMethodCountPerCategory()
Map<String,Map<Long,Long>> getMethodCountPerCategory(long startTime)
Map<String,Map<Long,Long>> getMethodRtPerCategory()
Map<String,Map<Long,Long>> getMethodRtPerCategory(long startTime)
Map<String,Map<Long,Long>> getCountAndRtPerCategory()
Map<String,Map<Long,Long>> getCountAndRtPerCategory(long startTime)
int getBucketInterval()
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.