Edit

Share via


ICpuSample.Weight Property

Definition

Gets the estimated duration between this sample and the next sample.

public Microsoft.Windows.EventTracing.TraceDuration Weight { get; }
member this.Weight : Microsoft.Windows.EventTracing.TraceDuration
Public ReadOnly Property Weight As TraceDuration

Property Value

Remarks

Because CPU samples are collected periodically, the weight is often used heuristically as the estimated duration that the call stack was running on the CPU.

Applies to