Searched refs:ProfilingStack (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/profiling/ |
D | instrumentation.h | 117 struct ProfilingStack { struct 123 ProfilingStack() { memset(this, 0, sizeof(ProfilingStack)); } in ProfilingStack() argument 148 ProfilingStack& operator=(const ProfilingStack& other) { argument 149 memcpy(this, &other, sizeof(ProfilingStack)); 153 bool operator==(const ProfilingStack& other) const { 154 return !memcmp(this, &other, sizeof(ProfilingStack)); 159 !(sizeof(ProfilingStack) & (sizeof(ProfilingStack) - 1)), 172 ProfilingStack stack; 209 ProfilingStack* profiling_stack_;
|
D | profiler.h | 188 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(const ThreadInfo* thread, ProfilingStack* dst) { in RecordStack() 328 std::vector<ProfilingStack> stacks; in ProfilerThreadFunc() 335 ProfilingStack s; in ProfilerThreadFunc()
|