PerformanceTracking Class
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.
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. |