Click or drag to resize

Memory.GetBrowserSamplingProfileAsync Method

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

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

Return Value

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