ICpuSample.Weight Property
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.
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.