This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GProf problem...
- From: Michael Koch <konqueror at gmx dot de>
- To: java at gcc dot gnu dot org
- Cc: Clemens Eisserer <linuxhippy at web dot de>
- Date: Fri, 8 Oct 2004 09:03:49 +0200
- Subject: Re: GProf problem...
- References: <416579C6.7070601@web.de>
Am Donnerstag, 7. Oktober 2004 19:15 schrieb Clemens Eisserer:
> Hi there!
>
> Sorry for asking again, however I have ported a mid-size gui app to
> GCJ and now it behaves sometimes a bit strange when it comes down
> to performance.
>
> The problem I have is, that when I run the executable compiled with
> "-pg" support like that:
> gprof ./TeleNat
>
> , is that the execution simply finishes withought showing my
> main-window / doing what expected. I dont get any error or
> exceptions, the execution simply ends.
>
> Any ideas?
gprof isn't supported by gcj. You can use oprofile or qprof.
Michael
--
Homepage: http://www.worldforge.org/