PerformanceTracking Class

Definition

Provides a way to track performance accross the compiler.

public static class PerformanceTracking
type PerformanceTracking = class
Public Module PerformanceTracking
Inheritance
PerformanceTracking

Properties

FailureException

Gets the exception that caused the failure to occur.

FailureOccurred

Gets a value indicating whether a failure ocurred while tracking performance.

Methods

TaskEnd(PerformanceTracking+Task, String)

Raises a task end event.

TaskStart(PerformanceTracking+Task, String)

Raises a task start event.

Events

CompilationTaskEvent

Used to raise a compilation task event.

Applies to