Click or drag to resize

V8Runtime.HeapSizeSampleInterval Property

Gets or sets the minimum time interval between consecutive heap size samples.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public TimeSpan HeapSizeSampleInterval { get; set; }

Property Value

TimeSpan
Remarks
This property is effective only when heap size monitoring is enabled (see MaxHeapSize).
See Also