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.
All, I have a huge application that processes media files. I get 102% CPU
Share
You can use the Time Profiler tool from Instruments.
It will provide you with detailed information with running times for all your functions.