Intel i960 User Manual page 187

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

gcdm Decision Maker Option
The
field is the call site number of the call to this function.
Site
Each call site in a function is assigned a number starting with 1.
The
field has two meanings. When applied to a calling
Count
function the count is the number of times this function was called
during all profiled executions. When applied to a called function
the count is the number of times this particular function was
called from this specific call site during all profiled executions.
The
Percent
profiled dynamic calls that this
The
field is relevant only for called functions; the value
Size
shown is the number of intermediate language statements in the
function before program-wide optimization.
For callees, the
needed to generate code for the function. For callers, the
field indicates how many registers were used across the particular
call site.
The
field is relevant only for called functions; a value of
Inline
0 indicates that a called function was never inlined, and a value of
1 indicates it was inlined one or more times.
NOTE. Functions that were not instrumented appear in the call graph
only if they are referenced by some function that was instrumented.
rreverse
Prints a reversed call graph to the report file. This control changes the
format of reports generated by the
, the call graph report lists all the sites where a function is called
rreverse
from, rather than listing the call sites of each function. In other words,
rather than listing each caller followed by its callees, the report lists each
callee followed by its callers.
rclosure
This control reports the transitive closure of all possible callee functions.
field is the percentage of the total number of
Count
field indicates how many registers were
Reg
rcall-graph
accounts for.
Reg
control. When you use
6
6-11

Advertisement

Table of Contents
loading

Table of Contents