class NamedTrack

Defined at line 294 of file ../../third_party/perfetto/include/perfetto/tracing/track.h

A track that's identified by an explicit name, id and its parent.

Public Methods

protos::gen::TrackDescriptor Serialize ()
NamedTrack disable_sibling_merge ()

Defined at line 300 of file ../../third_party/perfetto/include/perfetto/tracing/track.h

NamedTrack set_sibling_merge_key (const char * key)

Defined at line 307 of file ../../third_party/perfetto/include/perfetto/tracing/track.h

NamedTrack set_sibling_merge_key (uint64_t key)

Defined at line 314 of file ../../third_party/perfetto/include/perfetto/tracing/track.h

Friends

class NamedTrackBase