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