Class RepSumByNameTask
Report all statistics aggregated by name.
Other side effects: None.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class RepSumByNameTask : ReportTask
Constructors
| Improve this Doc View SourceRepSumByNameTask(PerfRunData)
Declaration
public RepSumByNameTask(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 SourceReportSumByName(IList<TaskStats>)
Report statistics as a string, aggregate for tasks named the same.
Declaration
protected virtual Report ReportSumByName(IList<TaskStats> taskStats)
Parameters
Type | Name | Description |
---|---|---|
IList<Task |
taskStats |
Returns
Type | Description |
---|---|
Report | The report. |