Code Search for Developers
 
 
  

flat_bl.m from Gdb at Krugle


Show flat_bl.m syntax highlighted


 %         the percentage of the total running time of the
time       program used by this function.

cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.

 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
           listing.

calls      the number of times this function was invoked, if
           this function is profiled, else blank.
 
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
	   else blank.

 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this 
	   function is profiled, else blank.

name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
	   the function in the gprof listing. If the index is
	   in parenthesis it shows where it would appear in
	   the gprof listing if it were to be printed.




See more files for this project here

Gdb

GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.

Project homepage: http://sources.redhat.com/gdb/
Programming language(s): Assembly,C,C++,Expect
License: other

  po/
    Make-in
    POTFILES.in
    da.po
    de.po
    es.po
    fr.po
    ga.po
    gprof.pot
    id.po
    ms.po
    pt_BR.po
    rw.po
    sv.po
    tr.po
    vi.po
  .gdbinit
  ChangeLog
  ChangeLog-2004
  ChangeLog-2005
  ChangeLog-9203
  MAINTAINERS
  Makefile.am
  Makefile.in
  README
  TEST
  TODO
  acinclude.m4
  aclocal.m4
  alpha.c
  basic_blocks.c
  basic_blocks.h
  bb_exit_func.c
  bbconv.pl
  bsd_callg_bl.m
  call_graph.c
  call_graph.h
  cg_arcs.c
  cg_arcs.h
  cg_dfn.c
  cg_dfn.h
  cg_print.c
  cg_print.h
  configure
  configure.in
  corefile.c
  corefile.h
  dep-in.sed
  flat_bl.m
  fsf_callg_bl.m
  gconfig.in
  gen-c-prog.awk
  gmon.h
  gmon_io.c
  gmon_io.h
  gmon_out.h
  gprof.c
  gprof.h
  gprof.texi
  hertz.c
  hertz.h
  hist.c
  hist.h
  i386.c
  mips.c
  search_list.c
  search_list.h
  source.c
  source.h
  sparc.c
  stamp-h.in
  sym_ids.c
  sym_ids.h
  symtab.c
  symtab.h
  tahoe.c
  utils.c
  utils.h
  vax.c