V8ScriptEngineCpuProfileSampleInterval Property |
Gets or sets the time interval between automatic CPU profile samples, in microseconds.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public uint CpuProfileSampleInterval { get; set; }
Public Property CpuProfileSampleInterval As UInteger
Get
Set
public:
property unsigned int CpuProfileSampleInterval {
unsigned int get ();
void set (unsigned int value);
}
member CpuProfileSampleInterval : uint32 with get, set
Property Value
UInt32Remarks
Assigning this property has no effect on CPU profiles already active in the V8 runtime.
The default value is 1000.
See Also