struct ThreadTrack

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

A thread track is associated with a specific thread of execution. Currently

only threads in the current process can be referenced.

Public Members

const base::PlatformProcessId pid
const base::PlatformThreadId tid
bool disallow_merging_with_system_tracks

Public Methods

ThreadTrack Current ()
ThreadTrack ForThread (base::PlatformThreadId tid_)

Represents a thread in the current process.

void Serialize (protos::pbzero::TrackDescriptor * )
protos::gen::TrackDescriptor Serialize ()