Class ClearStatsTask
Clear statistics data.
Other side effects: None.
Inheritance
System.Object
ClearStatsTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class ClearStatsTask : PerfTask
Constructors
|
Improve this Doc
View Source
ClearStatsTask(PerfRunData)
Declaration
public ClearStatsTask(PerfRunData runData)
Parameters
Properties
|
Improve this Doc
View Source
ShouldNotRecordStats
Declaration
protected override bool ShouldNotRecordStats { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
See Also
Methods
|
Improve this Doc
View Source
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides