|
From: Ricardo R. <rr...@ae...> - 2006-05-12 10:19:08
|
Hi I'm trying to use callgrind to profile a fortran code. It was compiled with gfortran but when I run it, under callgrind, it exits before normal termination with the message "Profiling timer expired" I've looked in the list (one unanswered message) and the manual and faq (even googled about it) without success. Can someone shed some light on this? How can I increase the timer? many thanks, Ricardo Reis "Non Serviam" n.p.: http://radio.ist.utl.pt n.r.: http://atumtenorio.blogspot.com <- Send with Pine Linux/Unix/Win/Mac OS-> |
|
From: Tom H. <to...@co...> - 2006-05-16 14:07:44
|
In message <Pine.LNX.4.64.0605121115440.3645@betty>
Ricardo Reis <rr...@ae...> wrote:
> I'm trying to use callgrind to profile a fortran code. It was
> compiled with gfortran but when I run it, under callgrind, it exits
> before normal termination with the message
>
> "Profiling timer expired"
>
> I've looked in the list (one unanswered message) and the manual and
> faq (even googled about it) without success. Can someone shed some
> light on this? How can I increase the timer?
It means something sent SIGPROF to your process. It has nothing
to do with callgrind as that doesn't do profiling like that.
Are you sure you haven't built your program with gprof profiling
or something?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|