??? 10/16/06 07:59 Read: times |
#126500 - Keil Tools Responding to: ???'s previous message |
Keil Development tool set may be able to give you some idea.
ttp://www.keil.com/uvision/db_anl.asp Advanced Analysis Tools Most debuggers, including the µVision Debugger, can show you what your program is doing. The advanced analysis tools in µVision show you how your program is performing and how you can improve it. Preformance Analyzer Logic Analyzer Code Coverage Code Coverage helps you determine how much of your program has been tested. Performance Analyzer The Performance Analyzer shows how functions and code blocks in your program perform. Execution Profiler The Execution Profiler shows execution counts and time for each line of code or instruction. Logic Analyzer The Logic Analyzer shows how various signals and variables in your program change over time. *** So the right software tools might help here... Joe Joe |