Click or drag to resize

V8ScriptEngineCpuProfileSampleInterval Property

Gets or sets the time interval between automatic CPU profile samples, in microseconds.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public uint CpuProfileSampleInterval { get; set; }

Property Value

UInt32
Remarks
Assigning this property has no effect on CPU profiles already active in the V8 runtime. The default value is 1000.
See Also