Searched refs:ScopeTracer (Results 1 – 2 of 2) sorted by relevance
140 class ScopeTracer {142 ScopeTracer(const char *class_name, const char *function_name) { in ScopeTracer() function146 ~ScopeTracer() { T::Get()->EndTrace(); } in ~ScopeTracer()
54 #define DTRACE_SCOPED() ScopeTracer <Debug> scope_tracer(__CLASS__, __FUNCTION__)