Click or drag to resize

HeapProfilerClientStartSamplingAsync Method

Version 87.1.132
StartSampling

Namespace:  CefSharp.DevTools.HeapProfiler
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.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