[PLUTO-help] uso di gprof
Paolo Ornati
ornati a fastwebnet.it
Mar 18 Lug 2006 16:00:55 CEST
On Tue, 18 Jul 2006 15:36:53 +0200
Cristina Gambato <gambato a dic.unipd.it> wrote:
> Ho provato con : gprof eseguibile gmon.out
> e mi dice: gmon.out file is missing call-graph data
Immettendo questa ricerca in google:
f77 "gmon.out file is missing call-graph data"
Dal primo risultato:
282 Note: The @samp{-pg} option must be part of your compilation options
283 as well as your link options. If it is not then no call-graph data
284 will be gathered and when you run @code{gprof} you will get an error
285 message like this:
286
287 @example
288 gprof: gmon.out file is missing call-graph data
289 @end example
Quali sono le tue opzioni di compilazione?
Prova con "-g3 -pg", fai girare il programma e riprova con gprof.
--
Paolo Ornati
Linux 2.6.18-rc2 on x86_64
More information about the pluto-help
mailing list