Package org.perf4j.chart

Contains classes used to display graphical charts of timing statistics.

See:
          Description

Interface Summary
StatisticsChartGenerator Generates a chart based on data from a set of GroupedTimingStatistics.
 

Class Summary
GoogleChartGenerator This implementation of StatisticsChartGenerator creates a chart URL in the format expected by the Google Chart API.
 

Package org.perf4j.chart Description

Contains classes used to display graphical charts of timing statistics. Implementations of StatisticsChartGenerator can display graphs backed by GroupedTimingStatistics data. Graphs are most often utilized through an appender or handler (like the GraphingStatisticsAppender) or a servlet (one of the AbstractGraphingServlet subclasses).



Copyright © 2008-2011 perf4j.org. All Rights Reserved.