Click or drag to resize

V8CpuProfileSamples Property

Gets the profile's sample collection.

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

Property Value

Type: IReadOnlyListV8CpuProfileSample
Remarks
This property returns null if the profile contains no samples.
See Also