Reputation: 43
I'm currently working in Web Scraping based windows phone 8.1 version. And I want this app to consume very low memory space. This is why I need to check how much memory it's taking when running. I can't find the option to see this memory log. Anyone has any idea how this can be done?
Upvotes: 0
Views: 1195
Reputation: 406
The emulator in many cases may behave not as a real device. I'd recommend using Release version and test on a real device. If you have Windows Phone 10 device, you may consider enabling the Device portal and monitoring your app performance and memory usage there: http://mspoweruser.com/new-device-portal-in-windows-10-mobile-makes-it-super-easy-to-sideload-apps-pictures/ It even supports REST API in case you want to make some test automation.
Upvotes: 0
Reputation: 4292
In Visual Studio 2013 there is a powerful tool for monitoring CPU, Memory usage and UI responsiveness go to Debug--->Performance and diagnostics
. Select memory usage ans start diagnostics. See Below images.
Another option is to use windows phone developer Power tools 8.1
see below image see below image
Hope it helps!
Upvotes: 5