Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch

Ads

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Code-Composer

Technical discussions about Code Composer Studio.

Search Results for "profiling"

  

Post a new Thread

profiling problem????   [2 Articles]

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... profiling problem????

Profiling on CCS

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... Profiling on CCS

How to speed up profiling   [9 Articles]

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... How to speed up profiling

prob in profiling in CCS

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... prob in profiling in CCS

Re: [c6x] How to speed up profiling   [4 Articles]

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

Profiling on DM642 EVM board

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 ... Profiling on DM642 EVM board

Error message while profiling

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... Error message while profiling

CLK_gethtime(),CLK_getltime()

- 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... CLK_gethtime(),CLK_getltime()

profiling   [2 Articles]

- 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... profiling

Re: [c6x] Fwd: Re: How to speed up profiling   [4 Articles]

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

profiler question

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 ... profiler question

2 problems on c64xx cpu cycle accurate simulator on ccs3.1

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... 2 problems on c64xx cpu cycle accurate simulator on ccs3.1

Fwd: Re: [c6x] Fwd: Re: How to speed up profiling

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

CCS 3.1 Problems?   [4 Articles]

- 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... CCS 3.1 Problems?

Fwd: Re: How to speed up profiling

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... Fwd: Re:  How to speed up profiling

Printf 30K cycles?

#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 ... Printf 30K cycles?