MemoryDumpLevelOfDetail Enumeration |
Version 130.1.90
Details exposed when memory request explicitly declared.
Keep consistent with memory_dump_request_args.h and
memory_instrumentation.mojom
Namespace: CefSharp.DevTools.TracingAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum MemoryDumpLevelOfDetail
public enum class MemoryDumpLevelOfDetail
Members Member name | Value | Description |
---|
Background | 0 |
background
|
Light | 1 |
light
|
Detailed | 2 |
detailed
|
See Also