Click or drag to resize

MemoryClientGetAllTimeSamplingProfileAsync Method

Version 118.6.80
Retrieve native memory allocations profile collected since renderer process startup.

Namespace:  CefSharp.DevTools.Memory
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<GetAllTimeSamplingProfileResponse> GetAllTimeSamplingProfileAsync()

Return Value

Type: TaskGetAllTimeSamplingProfileResponse
returns System.Threading.Tasks.Task<GetAllTimeSamplingProfileResponse>
See Also