User`s guide
profile
4
name: 'IDL_busyObj'
units: 'User Def'
max: -2.1475e+009
total: 0
avg: 0
pdfactor: 0
count: 0
Your results can differ from this example depending on yo ur computer
and proces sor. T he raw-format data in this example includes one extra
timing object—
IDL_busyObj.Asdefined in the .cdb file, this object is
not time based (Units is
'User Def'). Specifying tic does not return
the
IDL_busyObj object.
The follow ing example demonstrates setting up and profiling th e system
stack. The
ticcs object cc must exist in y our MATLAB workspace and
your application must be loaded on your processor. This example comes
from a C6713 simulator.
profile(cc,'stack','setup') % Set up processor stack--write 0xA5 to stack addresses.
Maximum stack usage:
System Stack: 0/1024 (0%) MAUs used.
name: System Stack
startAddress: [512 0]
endAddress: [1535 0]
stackSize: 1024 MAUs
growthDirection: ascending
run(cc)
halt(cc)
7-112