|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimingStatistics | |
|---|---|
| org.perf4j | Perf4J is a performance logging and monitoring framework for Java. |
| org.perf4j.helpers | Helper classes used by the rest of the perf4j framework. |
| Uses of TimingStatistics in org.perf4j |
|---|
| Methods in org.perf4j that return TimingStatistics | |
|---|---|
TimingStatistics |
TimingStatistics.addSampleTime(long elapsedTime)
This method updates the calculated statistics with a new logged execution time. |
TimingStatistics |
TimingStatistics.clone()
|
| Methods in org.perf4j that return types with arguments of type TimingStatistics | |
|---|---|
SortedMap<String,TimingStatistics> |
GroupedTimingStatistics.getStatisticsByTag()
|
| Method parameters in org.perf4j with type arguments of type TimingStatistics | |
|---|---|
void |
GroupedTimingStatistics.setStatisticsByTag(SortedMap<String,TimingStatistics> statisticsByTag)
|
| Constructor parameters in org.perf4j with type arguments of type TimingStatistics | |
|---|---|
GroupedTimingStatistics(SortedMap<String,TimingStatistics> statisticsByTag,
long startTime,
long stopTime,
boolean createRollupStatistics)
Creates a GroupedTimingStatistics instance for a set of tags for a specified time span. |
|
| Uses of TimingStatistics in org.perf4j.helpers |
|---|
| Methods in org.perf4j.helpers with parameters of type TimingStatistics | |
|---|---|
void |
GroupedTimingStatisticsCsvFormatter.TimingStatsValueRetriever.appendValue(String tag,
String start,
String stop,
long windowLength,
TimingStatistics stats,
StringBuilder toAppend)
|
abstract Number |
StatsValueRetriever.getStatsValue(TimingStatistics timingStats,
long windowLength)
Retrieves a single statistic value from the specified TimingStatistics object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||