|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupedTimingStatisticsFormatter | |
|---|---|
| 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 GroupedTimingStatisticsFormatter in org.perf4j |
|---|
| Methods in org.perf4j that return GroupedTimingStatisticsFormatter | |
|---|---|
protected static GroupedTimingStatisticsFormatter |
LogParser.getStatisticsFormatter(List<String> argsList)
|
| Constructors in org.perf4j with parameters of type GroupedTimingStatisticsFormatter | |
|---|---|
LogParser(Reader inputLog,
PrintStream statisticsOutput,
PrintStream graphingOutput,
long timeSlice,
boolean createRollupStatistics,
GroupedTimingStatisticsFormatter statisticsFormatter)
Creates a new LogParser to parse log data from the input. |
|
| Uses of GroupedTimingStatisticsFormatter in org.perf4j.helpers |
|---|
| Classes in org.perf4j.helpers that implement GroupedTimingStatisticsFormatter | |
|---|---|
class |
GroupedTimingStatisticsCsvFormatter
This helper formatter class outputs GroupedTimingStatistics in a comma-separated value format. |
class |
GroupedTimingStatisticsTextFormatter
GroupedTimingStatisticsFormatter that simply returns the toString() value of the GroupedTimingStatistics instance, with a newline appended. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||