ProfileDatum 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.
Stores profiling data for a single measured operation.
public ref class ProfileDatum
public class ProfileDatum
type ProfileDatum = class
Public Class ProfileDatum
- Inheritance
-
ProfileDatum
Constructors
| Name | Description |
|---|---|
| ProfileDatum() | |
Fields
| Name | Description |
|---|---|
| Depth |
Nesting depth of this operation. |
| Id |
Optional identifier for the operation. |
| Line |
Source line number. |
| Name |
The name of the profiled operation. |
| Path |
Source file path. |
| SubTicks |
Ticks spent in sub-operations. |
| Ticks |
Total ticks for this operation. |