struct Protocol::Tracing::DataCollected

Overview

Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event.

Included Modules

Defined in:

protocol/tracing.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def value : Array(JSON::Any) #

[View source]