/usr/lib/gcc/aarch64-amazon-linux/14/../../../../include/c++/14/tuple: 202 - 202
--------------------------------------------------------------------------------

202:       : _M_head_impl(__h) { }
/usr/lib/gcc/aarch64-amazon-linux/14/../../../../include/c++/14/bits/stl_map.h: 511 - 513
--------------------------------------------------------------------------------

511: 	if (__i == end() || key_comp()(__k, (*__i).first))
512: #if __cplusplus >= 201103L
513: 	  __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
/usr/lib/gcc/aarch64-amazon-linux/14/../../../../include/c++/14/bits/chrono.h: 214 - 950
--------------------------------------------------------------------------------

214: 	      static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
[...]
716: 	return __cd(__cd(__lhs).count() - __cd(__rhs).count());
[...]
950: 	{ return __d; }
/usr/lib/gcc/aarch64-amazon-linux/14/../../../../include/c++/14/bits/stl_tree.h: 733 - 1948
--------------------------------------------------------------------------------

733:       { return static_cast<_Link_type>(this->_M_impl._M_header._M_parent); }
[...]
748:       { return &this->_M_impl._M_header; }
[...]
1947:       while (__x != 0)
1948: 	if (!_M_impl._M_key_compare(_S_key(__x), __k))
/home/eoseret/qaas/qaas_runs/178-212-9071/intel/miniqmc/build/miniqmc/src/Utilities/NewTimer.h: 119 - 119
--------------------------------------------------------------------------------

119:       if (!(this->long_buckets[j] == rhs.long_buckets[j]))
/home/eoseret/qaas/qaas_runs/178-212-9071/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: }
