MemoryDumpLevelOfDetail Enumeration |
Version 88.2.90
Details exposed when memory request explicitly declared.
Keep consistent with memory_dump_request_args.h and
memory_instrumentation.mojom
Namespace:
CefSharp.DevTools.Tracing
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.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