当前位置: 代码迷 >> Windows Mobile >> wp7 程序调试的时候 模拟器右上角显示的数字分别代表什么?解决方案
  详细解决方案

wp7 程序调试的时候 模拟器右上角显示的数字分别代表什么?解决方案

热度:193   发布时间:2016-04-25 08:02:19.0
wp7 程序调试的时候 模拟器右上角显示的数字分别代表什么?
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小节。
  相关解决方案