> From: Philip Martin [mailto:philip.mar...@wandisco.com] > > You have done something wrong, very little data has been recorded. > It's possible you didn't rebuild the libraries, or you are picking up > the wrong libraries at runtime. > > On Linux I would use oprofile rather than gprof.
Bummer. After modifying the Makefile, I did : make clean && make && make install && echo "installed ok" So it installed ok. "which svn" confirms that I'm running using the right svn ... also the presence of the gmon.out file confirms this. I don't see anything in my environment suspicious, like a LD_LIBRARY_PATH or anything like that ... I guess I'll just rebuild from scratch, and see if I get a different result, and read more in the man page ...