Re: Memory usage: Xcode vs. Instruments, who is right?
Re: Memory usage: Xcode vs. Instruments, who is right?
- Subject: Re: Memory usage: Xcode vs. Instruments, who is right?
- From: Jens Alfke <email@hidden>
- Date: Fri, 06 Dec 2013 12:03:59 -0800
On Dec 6, 2013, at 11:18 AM, Jonathan Chacón Barbero < email@hidden> wrote: I am interested in this new xCode's feature. I am blind and I can't use Instruments because it isn't accessible. Can I use memory utilization report pane to find memory leaks? How can I do this?
I don’t think Xcode includes this, since it’s already in Instruments.
But there are command-line tools to do most of the things that Instruments does, that produce textual output. For example, the “leaks” tool finds memory leaks, “heap” gives lots of information about your malloc heap and what’s in it, and “sample” captures time profiling data. All of these are documented by man pages.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden