如何在WIndows Phone 7中获取CPU和内存使用情况统计信息?

Evg*_*nik 3 windows-phone-7

如何在Windows Phone 7中获取CPU和内存使用情况统计信息?

那么关于特定WP7设备的任何统计数据都会有所帮助.

Mat*_*cey 5

您可以从" 设备扩展属性"获取内存信息IN CODE .
感兴趣的价值是:

DeviceExtendedProperties.GetValue("DeviceTotalMemory");
DeviceExtendedProperties.GetValue("ApplicationCurrentMemoryUsage");
DeviceExtendedProperties.GetValue("ApplicationPeakMemoryUsage");
Run Code Online (Sandbox Code Playgroud)

所有这些都是长期的.

遗憾的是,目前还没有关于CPU的信息.