I running a simple console based C++ application in XCODE 5.
I have a 2.8GHZ Intel Core i7 processor. If I look at the CPU utilization, following are the stats:
My_Program: 100%
Other Processes: 168%
Free: 537%
Is it possible to utilize the free 537% towards My_Program ? Is it possible to increase the CPU utilization > 100% in XCODE or in Eclipse ?
Thanks, Any suggestions are appreciated.