This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

function execution time

Hi,how can i know how long it takes for a fucntion to execute in CCS?do i have to use the mixed mode and calculate the number of instrucions in the function?is there any better way?

thanks![:)]

 

  • Billstrong,

     

    The method you describe will work but there is a more convenient option within CCS. The profiler included with CCS will perform this exact task and includes other functionality like loop count. You can find more information about the Profiler by navigating within CCS to Help -> Contents. Within the Contents expand Application Code Tuning -> Dashboard – Profile, Goals, Advice to find all details regarding the Profiler.

     

    Regards,

     

    Tim Love

  • Thanks Tim,I got the information,but puzzled about some definitions(eg. CPU Cycles: Incl. Total,CPU Cycles: Excl. Total)where can i find more information about the detaild definintions?

    thanks![:)]

  • Billstrong,

    Within the Dashboard - Profile, Goals, Advice section of the CCS Help Files, you can expand the Profiler Viewer section and open the Viewing Profile Data page for the definitions of these parameters.

    Regards,

    Tim Love