wp7 程序调试的时候 模拟器右上角显示的数字分别代表什么?
wp7 程序调试的时候 模拟器右上角显示的数字分别代表什么?
[解决办法]
开启方法
// Display the current frame rate counters.Application.Current.Host.Settings.EnableFrameRateCounter = true;
[解决办法]
是有关性能的参数。
请参考MSDN中Performance Considerations in Applications for Windows Phone的Enable Frame Rate Counters小节。