Searched refs:_M_map_cost (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/profile/impl/
H A Dprofiler_map_to_unordered_map.h72 _M_iterate(0), _M_umap_cost(0.0), _M_map_cost(0.0)
84 _M_map_cost += __o._M_map_cost;
91 _M_insert, _M_erase, _M_find, _M_iterate, _M_map_cost,
97 { return _M_map_cost - _M_umap_cost; }
109 _M_map_cost += __count * __map_insert_cost(__size);
122 _M_map_cost += __count * __map_erase_cost(__size);
133 _M_map_cost += __map_find_cost(__size);
147 _M_map_cost
158 float _M_map_cost; member in class:__gnu_profile::__map2umap_info
[all...]

Completed in 37 milliseconds