Uses of Class
net.sf.jbenchmark.util.StatisticsSummary

Packages that use StatisticsSummary
net.sf.jbenchmark.util Contains utilities that are useful throughout the project. 
net.sf.jbenchmark.util.format Intended to contain all the different formats that need to be interpreted. 
 

Uses of StatisticsSummary in net.sf.jbenchmark.util
 

Methods in net.sf.jbenchmark.util with parameters of type StatisticsSummary
 void AbstractStatisticPublisher.publish(StatisticsSummary statisticsSummary)
          Generate the statistics in Twiki format.
 void StatisticPublisher.publish(StatisticsSummary statisticsSummary)
          Publish a statistic summary.
 

Uses of StatisticsSummary in net.sf.jbenchmark.util.format
 

Methods in net.sf.jbenchmark.util.format with parameters of type StatisticsSummary
 java.lang.String TwikiFormatter.getFormattedHeading(StatisticsSummary summary)
          Return the heading a string that is formatted for Twiki table headings.
 java.lang.String TwikiFormatter.getFormattedLine(StatisticsSummary summary)
          Return the line as a twiki formatted line.
 java.lang.String CSVFormatter.getFormattedHeading(StatisticsSummary summary)
          For each of the headings, return a string that separates each of them.
 java.lang.String CSVFormatter.getFormattedLine(StatisticsSummary summary)
          For each formatted value, separate via a comma.
 java.lang.String StatisticFormatter.getFormattedHeading(StatisticsSummary summary)
          Return the heading line for the statistics summary formatted appropriately.
 java.lang.String StatisticFormatter.getFormattedLine(StatisticsSummary summary)
          Return a dataline for the statistics summary formatted appropriately.