Click or drag to resize

V8CpuProfile.Samples Property

Gets the profile's sample collection.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public IReadOnlyList<V8CpuProfile.Sample> Samples { get; }

Property Value

IReadOnlyList<V8CpuProfile.Sample>
Remarks
This property returns null if the profile contains no samples.
See Also