Daniel Shahaf wrote on Sat, 3 Jul 2010 at 09:09 +0300: > Edward Ned Harvey wrote on Fri, 2 Jul 2010 at 20:11 -0400: > > Long story short, I tried like hell to get the profiler to work, and didn't > > succeed. I absolutely verified the -pg option was on both the compile and > > the link, by reading through the output of "make."
Same here: after passing -pg to EXTRA_CFLAGS and EXTRA_LDFLAGS, only functions from subversion/svn/ are shown in the gprof output, both before/after 'make install'. Not sure what I'm doing wrong...