Click or drag to resize

MemoryClientGetAllTimeSamplingProfileAsync Method

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

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

Return Value

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