Class TaskStats
Statistics for a task run.
The same task can run more than once, but, if that task records statistics, each run would create its own TaskStats.
Inheritance
System.Object
TaskStats
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class TaskStats : object
Properties
Name | Description |
---|---|
Count | Gets the count. |
CountsByTimeStepMSec | |
Elapsed | Gets elapsed time. |
MaxTotMem | Gets the maxTotMem. |
MaxUsedMem | Gets the maxUsedMem. |
NumParallelTasks | Gets the numParallelTasks. |
NumRuns | Gets the numRuns. |
Round | Gets the round number. |
Task | Gets the task. |
TaskRunNum | Gets the taskRunNum. |
Methods
Name | Description |
---|---|
Add(TaskStats) | Add data from another stat, for aggregation. |
Clone() | |
GetCountsByTime() | |
SetCountsByTime(Int32[], Int64) | |
ToString() |