struct ParsedTrackEvent

Defined at line 97 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_state_tracker.h

Represents a single decoded track event (without arguments).

Public Members

const perfetto::protos::pbzero::TrackEvent::Decoder & track_event
uint64_t timestamp_ns
uint64_t duration_ns
size_t stack_depth
ConstChars category
ConstChars name
uint64_t name_hash

Public Methods

void ParsedTrackEvent (const perfetto::protos::pbzero::TrackEvent::Decoder & )