MemoryClientGetAllTimeSamplingProfileAsync Method |
Version 130.1.90
Retrieve native memory allocations profile
collected since renderer process startup.
Namespace: CefSharp.DevTools.MemoryAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetAllTimeSamplingProfileResponse> GetAllTimeSamplingProfileAsync()
public:
Task<GetAllTimeSamplingProfileResponse^>^ GetAllTimeSamplingProfileAsync()
Return Value
TaskGetAllTimeSamplingProfileResponsereturns System.Threading.Tasks.Task<GetAllTimeSamplingProfileResponse>
See Also