is it possible to profile C++ apps with Xcode so one gets;
Thanks, I am very new to mac and xcode
Where can one find a good tutorial for this?
You have a tool called Instruments, a free Apple tool included in XCode, that catches most of those errors.
Regarding memory leaks, run XCode and then launch Start with Performance Tool
-> Leaks
Alternatively and necessarily for old pre-Panther users of XCode, it is possible to debug with guard malloc
, detailed explanation in the Mac development docs, but here is a quick walk-through.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With