DSPRelated.com
Forums

execution speed using debug

Started by Joe McCarron November 26, 2002
Does using the debugger slow down execution speed of the program?
I've programmed some interrupts to occur periodically (timer int
errupts) and would like to know, when running under the
the debugger, if the periods are accurate.

Thanks
Joe



The debugger doesn't slow down the operation of the processor when you are in the run mode. So the periods under this condition the period should be accurate.
 
If you are doing things like single stepping, hit a break point, use complex software breakpoints, or use the CodeWarrior standard IO features like printing to the console or getting key board entry the operation of the processor is halted to perform this features and hence real time functionality is lost.
 
-----Original Message-----
From: Joe McCarron [mailto:j...@yahoo.com]
Sent: Tuesday, November 26, 2002 11:11 AM
To: m...@yahoogroups.com
Subject: [motoroladsp] execution speed using debug

Does using the debugger slow down execution speed of the program?
I've programmed some interrupts to occur periodically (timer int
errupts) and would like to know, when running under the
the debugger, if the periods are accurate.

Thanks
Joe



_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer.  You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join:  m...@yahoogroups.com

To Post:  m...@yahoogroups.com

To Leave: m...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/motoroladsp

More Groups: http://www.dsprelated.com/groups.php3


">Yahoo! Terms of Service.