Click or drag to resize

V8RuntimeHeapSizeSampleInterval 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.4.5
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