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