class DynamicCategory

Defined at line 153 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

Dynamically constructed category names should marked as such through this

container type to make it less likely for trace points to accidentally start

using dynamic categories. Events with dynamic categories will always be

slightly more expensive than regular events, so use them sparingly.

Public Members

basic_string name

Public Methods

void DynamicCategory (const std::string & name_)

Defined at line 155 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

void DynamicCategory (const char * name_)

Defined at line 156 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

void DynamicCategory ()

Defined at line 157 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

void ~DynamicCategory ()

Defined at line 158 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

void DynamicCategory (const DynamicCategory & )

Defined at line 160 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

DynamicCategory & operator= (const DynamicCategory & )

Defined at line 161 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

void DynamicCategory (DynamicCategory && )

Defined at line 163 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h

DynamicCategory & operator= (DynamicCategory && )

Defined at line 164 of file ../../third_party/perfetto/include/perfetto/tracing/track_event_category_registry.h