I have an application which starts up in perl and then later on gets into C shared libraries. I would like to profile the application so that I can judge the performance of the C component. How do I do it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an application which starts up in perl and then later on gets into C shared libraries. I would like to profile the application so that I can judge the performance of the C component. How do I do it?