Home
last modified time | relevance | path

Searched refs:profiling_stack_ (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/profiling/
Dinstrumentation.h209 ProfilingStack* profiling_stack_; variable
213 : 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()