This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

no_instrument_function with g++


I'm trying to use -finstrument-functions to profile a c++ program. I
have 
added __attribute__((no_instrument_function)) to avoid instrument small 
inlined function, but it does not seem to have any effect. The functions 
are instrumented even with the attribute.

Is no_instrument_function not avaiable in g++ or am I doing something
wrong?

g++ --version = 2.95.4

Regards,
David Smith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]