Click or drag to resize

MemoryClientGetBrowserSamplingProfileAsync Method

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

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

Return Value

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