Technical discussions about Code Composer Studio.
Search Results for "profiling"
Post a new Thread
fredzhang0421 - Mar 20 2002
every time I use profiling function I got this message:
Can't Run Target DSP: Error number -2011 Error address 0
Warning: Cannot perform opera
but the resul... 
kingofworlds2000 - Feb 23 2002
Hi,
My code gives around 20% less number of cycles on CCS2.1 than on CCS
2.0. Which one is more reliable? Code generated by both is same.
Profiling on EVM give... 
Yong Yang - Apr 23 2004
Hi, all
I am profiling my video encoder program on TI DM642 EVM. It's extremely slow. 17 hours has passed but it even has not encoded one frame! Any way to sp... 
snehal joshi - Sep 16 2002
Hello
I am facing some problem related to profiling in CCS
I am using TMS320vc5402 for my project.
in my project i am using some c files and then i
compile thes... 
Jeff Brower - Apr 23 2004
Yong Yang-
> I am profiling my video encoder program on TI DM642 EVM. It's extremely slow.
17
> hours has passed but it even has not encoded one frame! Any way... ![Re: [c6x] How to speed up profiling](http://cdn.dsprelated.com/images/icon_more.jpg)
Lakshman - Jul 1 2005
Hi all,
I'm working on DM642EVM with CCS 3.0 IDE. The CCS
profiler is showing incorrect profile figures for
function calls(cache config. is not changed). The
profile ... 
Li Bing - Oct 6 2005
HI, DSP friends
I am using XD5510PP connected with a custom DSP board. I can run my code
successfully in CCS IDE. But when I try to profile a loop of my code, the
fol... 
- Feb 22 2005
Hi all,
I\'m trying to instrument my code to determine execution times,
However i\'m having problems with CLK_gethtime(),CLK_getltime(). I\'m working with a C671... 
- Mar 22 2001
hi!
running 5x simulator with CCS version 1.2.
new to DSP programming, but have been able to get
a minimal set of code compiled and running and
i want to get... 
Ganesh Vijayan - Apr 30 2004
Hi Yong,
You need to perform initialization steps for the Timer Module before you can start the module.
Also send across your code, if possible. I ... ![Re: [c6x] Fwd: Re: How to speed up profiling](http://cdn.dsprelated.com/images/icon_more.jpg)
Jason Cox - Mar 15 2002
I am trying to profile my code using the Profiler for CCSv2.0, but I am
getting some interesting results and I am not sure what is causing them. I
am developing on ... 
dexi...@gmail.com - Jul 5 2006
Hi all,
I am a student on VLSI design and I want to get some profiling informations such as cpu cycles and instruction counts of a small application in C on TMS320C64xx dsp. Sor... 
Yong Yang - Apr 30 2004
HI, Ganesh
A typo
Control Register (CTL) is 0x200 instead of 0x0
You said output of TIMER_getCount should be multiplied by 8. Is it because ... ![Fwd: Re: [c6x] Fwd: Re: How to speed up profiling](http://cdn.dsprelated.com/images/icon_more.jpg)
- Oct 19 2005
Hi CCS users,
Am I the only one here that has various problems with running CCS 3.1
under XP SP2? I believe that I've not yet seen any trouble reports
regarding CCS 3.1... 
Yong Yang - Apr 30 2004
HI, ganesh
Do i have to enable clock as well when using TIMER_getCount()? If i enable it, the same error message (invalid CIO command) comes out.
Th... 
#JONATHAN SANITO# - Feb 21 2003
Hi all,
I am using C6711 DSK, CCS 2.0. I really had doubts in my program cycle count. I
was profiling 1 single printf statement and gives me the result of 34600 ... 