Class ReportTask
Report (abstract) task - all report tasks extend this task.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public abstract class ReportTask : PerfTask
Constructors
Name | Description |
---|---|
ReportTask(PerfRunData) |
Fields
Name | Description |
---|---|
COLS | |
ELAPSED | |
newline | From here start the code used to generate the reports. Subclasses would use this part to generate reports. |
OP | Get a textual summary of the benchmark results, average from all test runs. |
RECCNT | |
RECSEC | |
ROUND | |
RUNCNT | |
TOTMEM | |
USEDMEM |
Properties
Name | Description |
---|---|
ShouldNeverLogAtStart | |
ShouldNotRecordStats |
Methods
Name | Description |
---|---|
GenPartialReport(Int32, LinkedHashMap<String, TaskStats>, Int32) | |
LongestOp(IEnumerable<TaskStats>) | Find the longest op name out of completed tasks. |
TableTitle(String) | Compute a title line for a report table. |
TaskReportLine(String, TaskStats) | Compute a report line for the given task stat. |