Home
last modified time | relevance | path

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

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