Hash function for summary trace using call stack as index.
More...
#include <profile/impl/profiler_node.h>
Hash function for summary trace using call stack as index.
99 __stack_npt::const_iterator __it;
100 for (__it = __s->begin(); __it != __s->end(); ++__it)
101 __index += reinterpret_cast<std::size_t>(*__it);
__SIZE_TYPE__ size_t
Definition: stddef.h:212
107 if (!__stack1 && !__stack2)
109 if (!__stack1 || !__stack2)
111 if (__stack1->size() != __stack2->size())
115 = __stack1->size() *
sizeof(__stack_npt::value_type);
116 return __builtin_memcmp(&(*__stack1)[0], &(*__stack2)[0],
__SIZE_TYPE__ size_t
Definition: stddef.h:212
The documentation for this class was generated from the following file: