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