Home
last modified time | relevance | path

Searched defs:ProfilingStack (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/profiling/
Dinstrumentation.h110 struct ProfilingStack { struct
117 ProfilingStack() { memset(this, 0, sizeof(ProfilingStack)); } in ProfilingStack() argument
121 ReleaseBuildAssertion(size < kMaxSize, "ProfilingStack overflow"); in Push() argument
128 ReleaseBuildAssertion(size > 0, "ProfilingStack underflow"); in Pop() argument
138 ProfilingStack& operator=(const ProfilingStack& other) { argument