Class Points
Test run data points collected as the test proceeds.
Inheritance
System.Object
Points
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class Points : object
Constructors
Name | Description |
---|---|
Points(Config) | Create a Points statistics object. |
Properties
Name | Description |
---|---|
CurrentStats | |
TaskStats | Gets the current task stats. The actual task stats are returned, so caller should not modify this task stats. |
Methods
Name | Description |
---|---|
ClearData() | Clear all data, prepare for more tests. |
MarkTaskEnd(TaskStats, Int32) | mark the end of a task |
MarkTaskStart(PerfTask, Int32) | Mark that a task is starting. Create a task stats for it and store it as a point. |