lundi 9 mars 2020

Is there a way to know if a C++ class method actually gets called during the program is being executed? [closed]

Suppose there is a task which needs to be performed with the help of C++. For the task at hand suppose there are many templated classes defined in multiple files and each class has multiple methods. I wanted to know is there a way to know if a method of a particular class ever get called during the execution of the process?

Aucun commentaire:

Enregistrer un commentaire