调试时查看 Windows 10 Mobile 的内存使用

See memory-use of Windows 10 Mobile when debugging

我正在 Windows 10 移动设备 (Lumia 550) 上调试一个应用程序连接到我的电脑。我想在 Phone 的任务管理器中查看内存使用情况。我该怎么做?

查看 Visual Studio 2015 中的 Memory Usage 工具。还有其他工具可以轻松轻松地进行性能分析。

对于 Windows Phone 8 个特定的分析工具,请参阅 here

在 phone 上激活 Device Portal(转到 settings->Update & security->For Developers,激活开发者模式,然后下一步 Device Portal。现在您会看到一个 URL,您可以在其中连接到设备门户。

打开浏览器,导航至 URL 和 under Performace,您会看到与在 Taskmagr 中看到的数据相同的数据(CPU、GPU 使用率、使用的 Memeory、通过 Wifi 传输的数据)。

也许这对你有帮助。