Class RepAllTask
Report all statistics with no aggregations.
Other side effects: None.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class RepAllTask : ReportTask
Constructors
| Improve this Doc View SourceRepAllTask(PerfRunData)
Declaration
public RepAllTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
Perf |
runData |
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceReportAll(IList<TaskStats>)
Report detailed statistics as a string.
Declaration
protected virtual Report ReportAll(IList<TaskStats> taskStats)
Parameters
Type | Name | Description |
---|---|---|
IList<Task |
taskStats |
Returns
Type | Description |
---|---|
Report | The report. |