OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gprof/] [flat_bl.m] - Diff between revs 816 and 818

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 818
 
 
 %         the percentage of the total running time of the
 %         the percentage of the total running time of the
time       program used by this function.
time       program used by this function.
 
 
cumulative a running sum of the number of seconds accounted
cumulative a running sum of the number of seconds accounted
 seconds   for by this function and those listed above it.
 seconds   for by this function and those listed above it.
 
 
 self      the number of seconds accounted for by this
 self      the number of seconds accounted for by this
seconds    function alone.  This is the major sort for this
seconds    function alone.  This is the major sort for this
           listing.
           listing.
 
 
calls      the number of times this function was invoked, if
calls      the number of times this function was invoked, if
           this function is profiled, else blank.
           this function is profiled, else blank.
 
 
 self      the average number of milliseconds spent in this
 self      the average number of milliseconds spent in this
ms/call    function per call, if this function is profiled,
ms/call    function per call, if this function is profiled,
           else blank.
           else blank.
 
 
 total     the average number of milliseconds spent in this
 total     the average number of milliseconds spent in this
ms/call    function and its descendents per call, if this
ms/call    function and its descendents per call, if this
           function is profiled, else blank.
           function is profiled, else blank.
 
 
name       the name of the function.  This is the minor sort
name       the name of the function.  This is the minor sort
           for this listing. The index shows the location of
           for this listing. The index shows the location of
           the function in the gprof listing. If the index is
           the function in the gprof listing. If the index is
           in parenthesis it shows where it would appear in
           in parenthesis it shows where it would appear in
           the gprof listing if it were to be printed.
           the gprof listing if it were to be printed.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.