| |||||
Technical Support Support Resources
Product Information | MON51: MONITOR OVERHEADInformation in this article applies to:
QUESTIONIs there any overhead in terms of speed associated with using the monitor? Will my programs execute more slowly than without it? ANSWERNo. When your program is executing the monitor is not. The monitor relies on serial interrupts to receive information from tScope. When you set a breakpoint, the monitor modifies your code to insert a hook at that point into its breakpoint servicing routine. This means that the monitor does not have to constantly check for breakpoints and your program can run as if the monitor was not there. MORE INFORMATIONRefer to MON51.HLP in the BIN directory for more information on the Monitor. Last Reviewed: Tuesday, July 19, 2005 | ||||
| |||||