com.atlassian.performance
Class PerformanceReporter

java.lang.Object
  extended by com.atlassian.performance.PerformanceReporter

public class PerformanceReporter
extends Object


Constructor Summary
PerformanceReporter()
           
 
Method Summary
 void addRecorder(TimeRecorder recorder)
           
 void generateReport(Writer writer, boolean includeAutoGenEvents)
           
 String[] getColumnList(boolean includeAutoGenEvents)
           
 void writeReport(File dest, boolean includeAutoGenEvents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformanceReporter

public PerformanceReporter()
Method Detail

addRecorder

public void addRecorder(TimeRecorder recorder)

generateReport

public void generateReport(Writer writer,
                           boolean includeAutoGenEvents)
                    throws IOException
Throws:
IOException

writeReport

public void writeReport(File dest,
                        boolean includeAutoGenEvents)
                 throws IOException
Throws:
IOException

getColumnList

public String[] getColumnList(boolean includeAutoGenEvents)


Copyright © 2014 Atlassian. All rights reserved.