/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_tree.h: 316 - 1905
--------------------------------------------------------------------------------

316:       { return __x._M_node == __y._M_node; }
[...]
735:       { return static_cast<_Link_type>(this->_M_impl._M_header._M_parent); }
[...]
780:       { return static_cast<_Link_type>(__x->_M_left); }
[...]
788:       { return static_cast<_Link_type>(__x->_M_right); }
[...]
1904:       while (__x != 0)
1905: 	if (!_M_impl._M_key_compare(_S_key(__x), __k))
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/chrono: 227 - 666
--------------------------------------------------------------------------------

227: 	      static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
[...]
666: 	return __cd(__cd(__lhs).count() - __cd(__rhs).count());
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Utilities/NewTimer.cpp: 86 - 120
--------------------------------------------------------------------------------

86:   if (active)
[...]
99:     for (int level = omp_get_level(); level > 0; level--)
100:       if (omp_get_ancestor_thread_num(level) != 0)
101:         is_true_master = false;
102:     if (is_true_master)
103:     {
104:       std::chrono::duration<double> elapsed = CLOCK::now() - start_time;
105:       total_time += elapsed.count();
106:       num_calls++;
107: 
108:       per_stack_total_time[current_stack_key] += elapsed.count();
109:       per_stack_num_calls[current_stack_key] += 1;
110: 
111:       if (manager)
112:         manager->pop_timer(this);
[...]
120: }
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_map.h: 499 - 501
--------------------------------------------------------------------------------

499: 	if (__i == end() || key_comp()(__k, (*__i).first))
500: #if __cplusplus >= 201103L
501: 	  __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Utilities/NewTimer.h: 119 - 121
--------------------------------------------------------------------------------

119:       if (!(this->long_buckets[j] == rhs.long_buckets[j]))
120:       {
121:         return this->long_buckets[j] < rhs.long_buckets[j];
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/tuple: 193 - 193
--------------------------------------------------------------------------------

193:       : _M_head_impl(__h) { }
