HomeSort by relevance Sort by last modified time
    Searched refs:ProfilingStack (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/profiling/
instrumentation.h 110 struct ProfilingStack {
117 ProfilingStack() { memset(this, 0, sizeof(ProfilingStack)); }
121 ReleaseBuildAssertion(size < kMaxSize, "ProfilingStack overflow");
128 ReleaseBuildAssertion(size > 0, "ProfilingStack underflow");
138 ProfilingStack& operator=(const ProfilingStack& other) {
139 memcpy(this, &other, sizeof(ProfilingStack));
143 bool operator==(const ProfilingStack& other) const {
144 return !memcmp(this, &other, sizeof(ProfilingStack));
    [all...]
profiler.h 188 static void AddStackToNode(const ProfilingStack& stack, Node* node,
210 void AddStack(const ProfilingStack& stack) {
241 explicit ProfileTreeView(const std::vector<ProfilingStack>& stacks) {
301 // old or the new stack. Note that ProfilingStack::Pop
309 inline void RecordStack(ThreadInfo* thread, ProfilingStack* dst) {
328 std::vector<ProfilingStack> stacks;
335 ProfilingStack s;

Completed in 98 milliseconds