Sorry for the traffic; was: gprof
Bryce McKinlay
mckinlay@redhat.com
Thu Oct 7 19:41:00 GMT 2004
FWIW, you might want to consider trying oprofile or qprof for profiling
your GCJ application. AFAIK, gprof doesn't handle threads and multiple
shared libraries too well, and building everything with -pg is a pain
anyway.
Bryce
Clemens Eisserer wrote:
> Please dont hit me for my stupidness, O.K., now I understand how gprof
> works.
> Sorry for the traffic I caused...
>>> 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?
>>>> Thanks in advance, lg Clemens Eisserer
>>>>
More information about the Java
mailing list