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