MemoryClientStartSamplingAsync Method |
Version 88.2.90
Start collecting native memory profile.
Namespace:
CefSharp.DevTools.Memory
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.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