I checked performance of c++ project and results are not so clear to me.
std::_lockit::int()
has over 20% of exclusive samples. What does it do and how do I avoid overusing it? I have a lot of things created with std::vector
, so there is a hope that these are connected.