Tracing Complete Event
data class TracingCompleteEvent(dataLossOccurred: Boolean, stream: StreamHandle?, traceFormat: StreamFormat?, streamCompression: StreamCompression?) : Event
Content copied to clipboard
Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.
Constructors
TracingCompleteEvent
Link copied to clipboard
fun TracingCompleteEvent(dataLossOccurred: Boolean, stream: StreamHandle? = null, traceFormat: StreamFormat? = null, streamCompression: StreamCompression? = null)
Content copied to clipboard
Functions
Properties
dataLossOccurred
Link copied to clipboard
stream
Link copied to clipboard
streamCompression
Link copied to clipboard
traceFormat
Link copied to clipboard
Sources
jvm source
Link copied to clipboard