V8RuntimeHeapSizeSampleInterval Property |
Gets or sets the minimum time interval between consecutive heap size samples.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public TimeSpan HeapSizeSampleInterval { get; set; }
Public Property HeapSizeSampleInterval As TimeSpan
Get
Set
public:
property TimeSpan HeapSizeSampleInterval {
TimeSpan get ();
void set (TimeSpan value);
}
member HeapSizeSampleInterval : TimeSpan with get, set
Property Value
TimeSpanRemarks
This property is effective only when heap size monitoring is enabled (see
MaxHeapSize).
See Also