This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gprof


Hello, my name is Jeffrey Milam.  I work at TecMasters.Inc in Lawton OK.    I 
was wondering if you could help me out with a problem i am having.  We are 
running a large simulation that links code from fortran and c.  The problem 
that i am having is that when producing the results, the flat profile has the 
number of times each function was called but it does not produce any 
times...such as percentage of time or total time for the functions.  Here is 
just the first couple of copied lines from the output file.


 %   cumulative   self              self     total
 time   seconds   seconds    calls  Ts/call  Ts/call  name
  0.00      0.00     0.00    44686     0.00     0.00  scrblk_
  0.00      0.00     0.00    14829     0.00     0.00  listv_
  0.00      0.00     0.00    11750     0.00     0.00  octal_
  0.00      0.00     0.00     8880     0.00     0.00  acsur_
  0.00      0.00     0.00     8880     0.00     0.00  idxdpl_
  0.00      0.00     0.00     7690     0.00     0.00  deplel_
  0.00      0.00     0.00     6828     0.00     0.00  deploy_
  0.00      0.00     0.00     4922     0.00     0.00  prtfu_
  0.00      0.00     0.00     3357     0.00     0.00  igrdid_
  0.00      0.00     0.00     3268     0.00     0.00  hashxy_


If you have any idea of what could be going wrong, could you help me...  I 
would greatly appreciate it.  Thank you


Jeff Milam


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]