ProfileDatum Class

Definition

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.

Applies to