Class RepSumByNameRoundTask
Report all statistics grouped/aggregated by name and round.
Other side effects: None.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class RepSumByNameRoundTask : ReportTask, IDisposable
Constructors
| Improve this Doc View SourceRepSumByNameRoundTask(PerfRunData)
Declaration
public RepSumByNameRoundTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
PerfRunData | runData |
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceReportSumByNameRound(IList<TaskStats>)
Report statistics as a string, aggregate for tasks named the same, and from the same round.
Declaration
protected virtual Report ReportSumByNameRound(IList<TaskStats> taskStats)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<TaskStats> | taskStats |
Returns
Type | Description |
---|---|
Report | The report. |
Implements
System.IDisposable