This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
no_instrument_function with g++
- From: David Smith <dsmith at algonet dot se>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 25 May 2002 10:03:39 +0200
- Subject: 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