PerformanceTracking.TaskEnd(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 end event.
public static void TaskEnd (Microsoft.Quantum.QsCompiler.Diagnostics.PerformanceTracking.Task task, string? leafSuffix = default);
static member TaskEnd : Microsoft.Quantum.QsCompiler.Diagnostics.PerformanceTracking.Task * string -> unit
Public Sub TaskEnd (task As PerformanceTracking.Task, Optional leafSuffix As String = Nothing)
Parameters
Indicates the task to end.
- 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.