Searched refs:profiling_stack_ (Results 1 – 1 of 1) sorted by relevance
209 ProfilingStack* profiling_stack_; variable213 : profiling_stack_(&ThreadLocalThreadInfo().stack) { in ScopedProfilingLabel()214 profiling_stack_->Push(label); in ScopedProfilingLabel()217 ~ScopedProfilingLabel() { profiling_stack_->Pop(); } in ~ScopedProfilingLabel()219 void Update(const char* new_label) { profiling_stack_->UpdateTop(new_label); } in Update()