Re: Determining if a function is being called
Re: Determining if a function is being called
- Subject: Re: Determining if a function is being called
- From: Rick Mann <email@hidden>
- Date: Fri, 04 Jan 2013 18:00:29 -0800
On Jan 4, 2013, at 17:21 , Michael Herring <email@hidden> wrote:
> Seems like you would encounter issues when/if you aren't getting proper code coverage when detecting what's being really used, but anyway...
Yup, for sure, but in this case I think we'll be fairly confident all the functions are getting called.
> Use a symbolic breakpoint to log the function call without pausing execution?
I had considered that, but only stopping each time. Logging is a good idea.
I had also considered Instruments might have a way of searching all the functions called over a run, but don't know how to do that. Then we could just run for a bit, then type each function name into Instruments somewhere to see. But I don't know if that search can be done across all threads, etc.
--
Rick
_______________________________________________
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