ios - Xcode Automated UI testing log memory usage -


is there way javascript framework apple gives developer log memory usage. know can add instruments @ memory usage want able log memory usage in trace log after actions.

you combine bunch of templates in instruments. in case, ui automation template + allocation/leak template (depending whether wanna analyze allocations or leak). hope helps.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -