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.4.5
Syntax
public IReadOnlyList<V8CpuProfileSample> Samples { get; }

Property Value

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