User`s guide
profile
objects and DSP/BIOS, refer to your Texas Instruments documentation
that came with C CS IDE .
Note Profiling works with and without en a bling DSP/ B IOS in your
project. To use DSP/BIOS, you must install Target Support Package
TC6.
To define how to return the profilin g information, set the format input
argument.
format String Descript ion
raw
Returns an unformatted list of the timing
objects (profiling) information. Returns and
formats all time-based objects.
report
Returns the same data as the raw option,
formatted into an HTML report. Works
only on projects that include DSP/BIOS.
If you own Target Support Package TC6
software,
profile(cc,'report') provides
more information about code you generate from
Simulink software models.
tic
Returns a formatted list of the STS timing
objects i nform ation. Filters out some of the
information returned with the
raw option. T o
be returned by this format, the object must
be time-based. Does not return user-defined
objects. Use
raw to see user-defined objects.
Entries in the next table explain when you can use raw, report,and
tic with your projects—whether the format applies to task or atomic
subsystem profiling a nd whether the f ormat applies with DSP/BIO S .
7-102