Uses of Class
gate.util.reporting.exceptions.BenchmarkReportInputFileFormatException

Packages that use BenchmarkReportInputFileFormatException
gate.util.reporting   
 

Uses of BenchmarkReportInputFileFormatException in gate.util.reporting
 

Methods in gate.util.reporting that throw BenchmarkReportInputFileFormatException
 void DocTimeReporter.executeReport()
           
 void PRTimeReporter.executeReport()
           
private  void DocTimeReporter.generateReport()
          Calls store, calculate and printReport for generating the actual report.
private  void PRTimeReporter.generateReport()
          Calls store, calculate and printReport for generating the actual report.
static void DocTimeReporter.main(String[] args)
          A main method which acts as a entry point while executing a report via command line
static void PRTimeReporter.main(String[] args)
          A main method which acts as a entry point while executing a report via command line.
private  void DocTimeReporter.splitBenchmarkFile(File benchmarkFile, File report)
          Provides the functionality to separate out pipeline specific benchmark entries in separate temporary benchmark files in a temporary folder in the current working directory.
 Object DocTimeReporter.store(File inputFile)
          Stores GATE processing elements and the time taken by them in an in-memory data structure for report generation.
 Object PRTimeReporter.store(File inputFile)
          Stores GATE processing elements and the time taken by them in an in-memory data structure for report generation.
private  long DocTimeReporter.tail(File fileToBeRead, int chunkSize)
          A method for reading the file upside down.
private  long PRTimeReporter.tail(File fileToBeRead, int chunkSize)
          Reads the given file upside down.