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