MemoryClientGetSamplingProfileAsync Method |
Version 112.3.0
Retrieve native memory allocations profile collected since last
`startSampling` call.
Namespace:
CefSharp.DevTools.Memory
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public Task<GetSamplingProfileResponse> GetSamplingProfileAsync()
public:
Task<GetSamplingProfileResponse^>^ GetSamplingProfileAsync()
Return Value
Type:
TaskGetSamplingProfileResponsereturns System.Threading.Tasks.Task<GetSamplingProfileResponse>
See Also