Method MarkTaskStart
MarkTaskStart(PerfTask, Int32)
Mark that a task is starting. Create a task stats for it and store it as a point.
Declaration
public virtual TaskStats MarkTaskStart(PerfTask task, int round)
Parameters
Type | Name | Description |
---|---|---|
PerfTask | task | The starting task. |
System.Int32 | round | The new task stats created for the starting task. |
Returns
Type | Description |
---|---|
TaskStats |