I'm fairly new to xcode. Just completed my first iPhone app. I've used the Leaks view & found no issues. Now I'd like to do one extra level of checking by observing the number of bytes allocated but not deallocated after various operations.
I see answers like the one below referring to the 'net bytes' column in the Instruments Allocations view being the correct metric.
Checking memory allocation in Instruments
Unfortunately in Instruments / Xcode 4 I don't have this column & it doesn't appear to be available when right clicking on the column headers.
Can someone tell me how to see the 'net bytes' column or equivalent?
Thanks.