Package | Description |
---|---|
gate.util.reporting | |
gate.util.reporting.exceptions |
Modifier and Type | Method and Description |
---|---|
Object |
BenchmarkReportable.calculate(Object reportContainer)
Does the report specific calculations.
|
void |
BenchmarkReportable.executeReport()
A single method to execute report (A command line counter part API ).
|
void |
BenchmarkReportable.parseArguments(String[] args)
Parses the command line arguments.
|
void |
BenchmarkReportable.printReport(Object reportContainer,
File outputFile)
Prints a report in text or HTML format.
|
Object |
BenchmarkReportable.store(File inputFile)
Organizes the log entries in report specific data structure.
|
Modifier and Type | Class and Description |
---|---|
class |
BenchmarkReportFileAccessException
Thrown in following situations -
Input benchmark file does not exist.
|
class |
BenchmarkReportInputFileFormatException
Thrown in following situations
No valid log entries present in input benchmark file.
|
Copyright © 2024 GATE. All rights reserved.