Search Results

4
votes

Is there a tool that enables me to insert one line of code into all functions and methods in a C++-source file?

I would suggest using the gcc flag "-finstrument-functions". Ba …