I have an application that runs on an embedded processor (ARM), and I would like to profile the application to get an idea of where it uses system resources such as CPU, memory, IO, etc. The application runs on top of Linux, so I assume there are a number of profiling applications. Anyone have any suggestions?
Thank!
edit: I also have to add the version of Linux that we use is somewhat old (2.6.18). Unfortunately, I do not have much control over this right now.
source
share