instruments - Is there a way to measure the memory usage of other iOS applications? -


from instruments, found app uses ~65mb in foreground , ~60mb in background. want benchmark on how memory other applications using can compare.

however when trying attach debugger other application, no data comes though on instruments. think design.

is there other way determine how memory other apps use?

the motivation comes slide in wwdc 2015 - 213 - cocoa touch best practices.

enter image description here


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -