Retrieve memory iPad information in iOS app -
is there way retrieve information memory of ipad during running?
for example, print in console use of memory @ t instant.
thanks
you should instrument instead of trying print number. number not useful. care application's dirty memory footprint memory pressure on device , how code/mapped ro mem you're evicting see if you're thrashing , causing performance problems due memory pressure.
the other info can get, device inboard memory , how many pages app has allocated not useful because don't know how of memory wired other devices or kernel , don't know how many of allocated pages faults @ point.
Comments
Post a Comment