PerformanceTracking.TaskStart(PerformanceTracking+Task, String) Method

Definition

Raises a task start event.

public static void TaskStart (Microsoft.Quantum.QsCompiler.Diagnostics.PerformanceTracking.Task task, string? leafSuffix = default);
static member TaskStart : Microsoft.Quantum.QsCompiler.Diagnostics.PerformanceTracking.Task * string -> unit
Public Sub TaskStart (task As PerformanceTracking.Task, Optional leafSuffix As String = Nothing)

Parameters

task
PerformanceTracking.Task

Indicates the task to start.

leafSuffix
String

Supplies a string to label the task more precisely. N.B. Can only be non-null on tasks that are not a parent of another task.

Applies to