Class RepSumByPrefTask
Report by-name-prefix statistics aggregated by name.
Other side effects: None.
Inheritance
System.Object
RepSumByPrefTask
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 RepSumByPrefTask : ReportTask, IDisposable
Constructors
| Improve this Doc View SourceRepSumByPrefTask(PerfRunData)
Declaration
public RepSumByPrefTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
PerfRunData | runData |
Fields
| Improve this Doc View Sourcem_prefix
Declaration
protected string m_prefix
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceReportSumByPrefix(IList<TaskStats>)
Declaration
protected virtual Report ReportSumByPrefix(IList<TaskStats> taskStats)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<TaskStats> | taskStats |
Returns
Type | Description |
---|---|
Report |
SetPrefix(String)
Declaration
public virtual void SetPrefix(string prefix)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
See Also
ToString()
Implements
System.IDisposable