user598789
user598789

Reputation: 329

How to find CPU intensive class on Mac?

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.

Upvotes: 0

Views: 104

Answers (1)

sergio
sergio

Reputation: 69027

You can use the Time Profiler tool from Instruments.

It will provide you with detailed information with running times for all your functions.

Upvotes: 1

Related Questions