Home
last modified time | relevance | path

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

/external/gemmlowp/profiling/
Dinstrumentation.h110 struct ProfilingStack { struct
117 ProfilingStack() { memset(this, 0, sizeof(ProfilingStack)); } in ProfilingStack() function
138 ProfilingStack& operator=(const ProfilingStack& other) { argument
139 memcpy(this, &other, sizeof(ProfilingStack));
143 bool operator==(const ProfilingStack& other) const {
144 return !memcmp(this, &other, sizeof(ProfilingStack));
149 !(sizeof(ProfilingStack) & (sizeof(ProfilingStack) - 1)),
162 ProfilingStack stack;
205 ProfilingStack* profiling_stack_;
Dprofiler.h188 static void AddStackToNode(const ProfilingStack& stack, Node* node, in AddStackToNode()
210 void AddStack(const ProfilingStack& stack) { in AddStack()
241 explicit ProfileTreeView(const std::vector<ProfilingStack>& stacks) { in ProfileTreeView()
309 inline void RecordStack(ThreadInfo* thread, ProfilingStack* dst) { in RecordStack()
328 std::vector<ProfilingStack> stacks; in ProfilerThreadFunc()
335 ProfilingStack s; in ProfilerThreadFunc()