Reply by piyush kaul September 14, 20042004-09-14
Open the CCS profiler window. There is button "Profile
All Functions". Click that, and all functions would be
listed in the function tab window. Run your program.
The figures listed in the profiler window are the
cycle counts for each function. MCPS can be found from
the cycle count using something similar to following,

MCPS = (Total Cycles for the Run) * (Frames per
second)

------------
(Frames for the Run)

Also see the profiler help in CCS. Regards
Piyush

--- liena rosaliena <> wrote:

> Hi all;
>
> Could somebody help me how to find documentations
> or formula that elaborate about calculation
> performance (in MHZ,MIPS,MCPS) ,for each function in
> c code that we run on c6711 or c6xxx board.
>
> regards;
> Liena >
> ---------------------------------
>
=====
**************************************
And---"A blind Understanding!" Heav'n replied.

Piyush Kaul
http://www.geocities.com/piyushkaul
__________________________________


Reply by liena rosaliena September 14, 20042004-09-14
Hi all;
 
Could somebody help me how to find  documentations or formula that elaborate about calculation performance (in MHZ,MIPS,MCPS) ,for each function in c code that we run on c6711 or c6xxx board.
 
regards;
Liena