Click or drag to resize

HeapProfilerClientStartSamplingAsync Method

Version 89.0.170
StartSampling

Namespace:  CefSharp.DevTools.HeapProfiler
Assembly:  CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax
public Task<DevToolsMethodResponse> StartSamplingAsync(
	Nullable<long> samplingInterval = null
)

Parameters

samplingInterval (Optional)
Type: SystemNullableInt64
Average sample interval in bytes. Poisson distribution is used for the intervals. Thedefault value is 32768 bytes.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also