Searched refs:ScopeTracer (Results 1 – 9 of 9) sorted by relevance
149 class ScopeTracer {151 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function155 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
151 class ScopeTracer {153 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function157 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
150 class ScopeTracer {152 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function156 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
58 #define DTRACE_SCOPED() display::ScopeTracer <display::DebugHandler> \90 class ScopeTracer {92 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function96 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
55 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)
56 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)