Searched refs:profiling_stack_ (Results 1 – 1 of 1) sorted by relevance
205 ProfilingStack* profiling_stack_; variable209 : profiling_stack_(&ThreadLocalThreadInfo().stack) { in ScopedProfilingLabel()210 profiling_stack_->Push(label); in ScopedProfilingLabel()213 ~ScopedProfilingLabel() { profiling_stack_->Pop(); } in ~ScopedProfilingLabel()215 void Update(const char* new_label) { profiling_stack_->UpdateTop(new_label); } in Update()