Click or drag to resize

V8CpuProfileFlags Enumeration

Defines options for creating a V8 CPU profile.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
[FlagsAttribute]
public enum V8CpuProfileFlags
Members
Member nameValueDescription
None0 Specifies that no options are selected.
EnableSampleCollection1 Specifies that automatic sample collection is to be enabled.
See Also