EnableTimeDomain Enumeration |
Version 130.1.90
Time domain to use for collecting and reporting duration metrics.
Namespace: CefSharp.DevTools.PerformanceAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum EnableTimeDomain
public enum class EnableTimeDomain
Members Member name | Value | Description |
---|
TimeTicks | 0 |
timeTicks
|
ThreadTicks | 1 |
threadTicks
|
See Also