MemoryClientGetBrowserSamplingProfileAsync Method |
Version 112.3.0
Retrieve native memory allocations profile
collected since browser process startup.
Namespace:
CefSharp.DevTools.Memory
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public Task<GetBrowserSamplingProfileResponse> GetBrowserSamplingProfileAsync()
public:
Task<GetBrowserSamplingProfileResponse^>^ GetBrowserSamplingProfileAsync()
Return Value
Type:
TaskGetBrowserSamplingProfileResponsereturns System.Threading.Tasks.Task<GetBrowserSamplingProfileResponse>
See Also