Click or drag to resize

ProfilerEnableRuntimeCallStatsAsync Method

Version 85.3.121
Enable run time call stats collection.

Namespace:  CefSharp.DevTools.Profiler
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> EnableRuntimeCallStatsAsync()

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also