MemoryClientStartSamplingAsync Method |
Version 87.1.132
Start collecting native memory profile.
Namespace:
CefSharp.DevTools.Memory
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<DevToolsMethodResponse> StartSamplingAsync(
Nullable<int> samplingInterval = null,
Nullable<bool> suppressRandomness = null
)
public:
Task<DevToolsMethodResponse^>^ StartSamplingAsync(
Nullable<int> samplingInterval = nullptr,
Nullable<bool> suppressRandomness = nullptr
)
Parameters
- samplingInterval (Optional)
- Type: SystemNullableInt32
Average number of bytes between samples. - suppressRandomness (Optional)
- Type: SystemNullableBoolean
Do not randomize intervals between samples.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also