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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…