Is there a profiler for Objective-C run on the linux.
I'm using the GNUstep environment.
I searched on the website of GNUstep, there's nothing about profiler.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
You don't need a special profiler for Objective-C applications. Any profiler for Linux (such as gprof) should work just fine. |
|||
|
|