I want to implement this Get CPU percent usage in the simplest way it s possible in XCode with just a windows that shows the CPU percentage usage but I m newbie in OS X/Cocoa/OBjective-C. How can I do 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 ...