On Tue, Jul 24, 2001 at 12:20:45PM +0200, Jean-Marc Lasgouttes wrote:
>
> Finally, I tried to profile table inside inset (where cursor movements
> between cells are indeed pretty slow) but failed, because gprof is not
> smart enough to follow virtual methods calls. How are we supposed to
> handle that?
Are you sure ?
I tried gprof on a small test program and had no problem with virtual methods.
Anyway, if you do have a problem on your machine, you can try adding dummy
function calls in virtual methods (at the beginning of a foo::bar() method,
add a call to foo_bar()).