|
From: Christoph B. <bar...@or...> - 2007-07-13 09:19:51
|
After about an hour there seems to be only one function that runs: 75373374 93.0560 memcheck memcheck vgPlain_arena_free More than 93% and increasing in vgPlain_arena_free. However it seems as if this function is not the real bottleneck. I have attached the output of opannotate for the file m_mallocfree.c. It shows that findSb() is the slowest part of the program. I guess it is inlined into vgPlain_arena_free. Greetings Christoph |