struct Protocol::Tracing::TracingComplete
- Protocol::Tracing::TracingComplete
- Struct
- Value
- Object
Overview
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/tracing.crConstructors
Instance Method Summary
-
#data_loss_occurred : Bool
Indicates whether some trace data is known to have been lost, e.g.
-
#stream : IO::StreamHandle | Nil
A handle of the stream that holds resulting trace data.
-
#stream_compression : StreamCompression | Nil
Compression format of returned stream.
-
#trace_format : StreamFormat | Nil
Trace data format of returned stream.
Constructor Detail
Instance Method Detail
def data_loss_occurred : Bool
#
Indicates whether some trace data is known to have been lost, e.g. because the trace ring buffer wrapped around.