Performance analysis for Algorithms on Embedded Devices -


I am doing a project on an embedded device that has an ARM 926 AJS processor. I need to analyze the performance of the algorithm. I am new to the embedded environment and do not have more information about performance analysis for embedded devices.

Can anyone tell me what parameters should I need for analysts?

What kind of debugging is it?

Do you have the environment? Do you have a circuit-emulator (ICE)? What I suggest is that you have a debugging environment, such as you can stop the execution manually at a random time and test the status of the program including call stack (). Manually sampling the call stack in this way will reveal the locations of the code, which are responsible for the important parts of the time so that you can optimize them.

This may be slightly different from what you were thinking. Many people think that you need the time code to customize things, but this is not the case. A good way to know the time is that the difference you made, but the stack is a sample, some feel, the best way to find out

/ Div>

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -