All, I have a huge application that processes media files. I get 102% CPU usage when i launch my application and start processing a media file. I would really like a tool that can tell me which class is CPU intensive. That way i can jump to that class and fix it.
I m using Xcode on OSX to develop command line C applications. I would also like to use Instruments to profile and find memory leaks. However, I couldn t find a way to display the console when ...