Class RepSumByPrefTask
Report by-name-prefix statistics aggregated by name.
Other side effects: None.
Inheritance
System.Object
RepSumByPrefTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class RepSumByPrefTask : ReportTask
Constructors
|
Improve this Doc
View Source
RepSumByPrefTask(PerfRunData)
Declaration
public RepSumByPrefTask(PerfRunData runData)
Parameters
Fields
|
Improve this Doc
View Source
m_prefix
Declaration
protected string m_prefix
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
ReportSumByPrefix(IList<TaskStats>)
Declaration
protected virtual Report ReportSumByPrefix(IList<TaskStats> taskStats)
Parameters
Type |
Name |
Description |
IList<TaskStats> |
taskStats |
|
Returns
|
Improve this Doc
View Source
SetPrefix(String)
Declaration
public virtual void SetPrefix(string prefix)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
See Also