enum Protocol::Tracing::MemoryDumpLevelOfDetail

Overview

Details exposed when memory request explicitly declared. Keep consistent with memory_dump_request_args.h and memory_instrumentation.mojom

Defined in:

protocol/tracing.cr

Enum Members

Background = 0
Light = 1
Detailed = 2

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def background? #

[View source]
def detailed? #

[View source]
def light? #

[View source]