Click or drag to resize

MemoryClientGetBrowserSamplingProfileAsync Method

Version 130.1.90
Retrieve native memory allocations profile collected since browser process startup.

Namespace: CefSharp.DevTools.Memory
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetBrowserSamplingProfileResponse> GetBrowserSamplingProfileAsync()

Return Value

TaskGetBrowserSamplingProfileResponse
returns System.Threading.Tasks.Task<GetBrowserSamplingProfileResponse>
See Also