TracingBackend Enumeration |
Version 130.1.90
Backend type to use for tracing. `chrome` uses the Chrome-integrated
tracing service and is supported on all platforms. `system` is only
supported on Chrome OS and uses the Perfetto system tracing service.
`auto` chooses `system` when the perfettoConfig provided to Tracing.start
specifies at least one non-Chrome data source; otherwise uses `chrome`.
Namespace: CefSharp.DevTools.TracingAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum TracingBackend
public enum class TracingBackend
Members Member name | Value | Description |
---|
Auto | 0 |
auto
|
Chrome | 1 |
chrome
|
System | 2 |
system
|
See Also