class CheckedScope

Defined at line 61 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

Dummy for cases when DCHECK is not enabled. Methods are marked constexpr to

ensure that the compiler can inline and optimise them away.

Public Methods

void CheckedScope (CheckedScope * )

Defined at line 63 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

void ~CheckedScope ()

Defined at line 64 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

void CheckedScope (const CheckedScope & )

Defined at line 66 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

CheckedScope & operator= (const CheckedScope & )

Defined at line 67 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

void CheckedScope (CheckedScope && )

Defined at line 69 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

CheckedScope & operator= (CheckedScope && )

Defined at line 70 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

void Reset ()

Defined at line 72 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

CheckedScope * parent_scope ()

Defined at line 74 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h

bool is_active ()

Defined at line 75 of file ../../third_party/perfetto/include/perfetto/tracing/internal/checked_scope.h