PerformanceTracking.TaskStart(PerformanceTracking+Task, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.