Package | Description |
---|---|
cz.cuni.mff.corrector.corrector |
Implementations of correction algorithms.
|
cz.cuni.mff.corrector.testing |
Profiling tests for measuring performance.
|
Modifier and Type | Field and Description |
---|---|
protected Report |
Corrector.profilingReport
Optional reference to the prepared profiling results.
|
Modifier and Type | Method and Description |
---|---|
protected Report |
Handler.accessProfilingReport()
Returns the shortcut to the profiling report.
|
Report |
Corrector.getProfilingReport()
Returns the reference to the profiling report container.
|
Modifier and Type | Method and Description |
---|---|
static Report |
Report.createAggregatedReport(java.util.List<Report> reportsList)
Creates a new and averaged report over the set of input reports.
|
Modifier and Type | Method and Description |
---|---|
static Report |
Report.createAggregatedReport(java.util.List<Report> reportsList)
Creates a new and averaged report over the set of input reports.
|