samedi 14 septembre 2019

What is a good technique for finding where copies of my class are being made in optimized code?

I've got a class that's both copyable/movable and I'd like to find any places in my code where a copy is being made, to make sure that I can't replace them with a move for performance. Does anyone know of a good technique to essentially list all the copies being made in my final optimized code?

Aucun commentaire:

Enregistrer un commentaire