> On Mar 17, 2015, at 1:52 PM, JongAm Park <[email protected]> wrote: > > I know that questions on tools are not relevant for this cocoa-dev, but I > couldn’t find any relevant mailing list
xcode-users is the list for discussion of all development/debugging/testing tools. > By looking at the numbers on children nodes, I guess so too. But is it > really so? It’s a count of the number of times (samples) that the sampler saw that specific function at that position in the stack. It’s really only meaningful as a relative value compared to other lines — so if you see 500 on one line and 250 on another, twice as much time was spent with the first function on the stack as the second. —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
