Class TaskSequence
Sequence of parallel or sequential tasks.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class TaskSequence : PerfTask
Constructors
Name | Description |
---|---|
TaskSequence(PerfRunData, String, TaskSequence, Boolean) |
Fields
Name | Description |
---|---|
REPEAT_EXHAUST |
Properties
Name | Description |
---|---|
IsCollapsable | Return |
IsParallel | Gets the parallel. |
Parent | Gets the parent. |
Repetitions | Gets the repetitions. |
Tasks | Gets the tasks. |
Methods
Name | Description |
---|---|
AddTask(PerfTask) | |
Clone() | |
Dispose(Boolean) | |
DoLogic() | |
GetName() | |
GetRate() | Returns the rate per minute: how many operations should be performed in a minute. If 0 this has no effect. |
SetNoChildReport() | Execute child tasks in a way that they do not report their time separately. |
SetRate(Int32, Boolean) | |
SetRepetitions(Int32) | Sets the repetitions. |
SetRunTime(Double) | |
StopNow() | |
ToString() |