Re: reg graphs

2005-07-05 Thread Nick Clifton

Hi Nithya,

Is it possible for us to draw the graph that shows the cpu utilization 
during the various time intervals.  


It is not clear what you mean by "CPU utilization" here.


gprof tool gives us the CPU utilization of the various functions.


No it does not.  It shows you how the CPU time that was consumed by the 
program was divided up amongst the functions that make up that program.


I want the CPU utilization for the 
whole interval for the various time periods


Are you referring to how much CPU time a given program is using over 
specific time periods ?  In which case a tool like "ps" or "top" can 
probably give you the information you need.


Or maybe you want to see a graph of which function was consuming CPU 
cycles at any given point in time ?  This information is recorded in the 
gmon.out file produced by a profiled program, and the format of this 
file is documented.  (See gprof/gprof.texi).  You will probably have to 
write your own tool to extract this information in the format that you 
desire.


Cheers
  Nick


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


Re: BFD 2.16.1 "assertion failure" and "internal error"

2005-07-05 Thread Nick Clifton

Hi Dan,


BFD: BFD 2.16.1 assertion fail ../../binutils-2.16.1/bfd/coff-alpha.c:606
BFD: BFD 2.16.1 internal error, aborting at
../../binutils-2.16.1/bfd/coff-alpha.c line 635 in alpha_adjust_reloc_in



The details of the bug are here:
http://sourceware.org/bugzilla/show_bug.cgi?id=1030


Note having a suitable c++ compiler to hand I am having difficulty 
generating the object files in order to reproduce this problem.  Would 
it be possible for you to place a tarball of a.o, b.o and c.o somewhere 
where I could access it ?


Cheers
  Nick




___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils