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