
31 Mar
2010
31 Mar
'10
6:41 a.m.
Martin Weinberg wrote:
Thanks to all for the suggestions. I did end up using valgrind --tool=callgrind and kcachegrind. Compiling with -pg was not feasible.
Anyway, I found that all the time (80%) was spent in reset_object_address(). Eliminating the polymorphic archives decreased the load time by a factor of 1000!
I would be interested if you could make a small test case which demonstrates this. Robert Ramey