我的 Windows Phone Silverlight 应用程序右侧的这些数字是什么? [英] What are these numbers on the right side of my Windows Phone Silverlight app?

查看:16
本文介绍了我的 Windows Phone Silverlight 应用程序右侧的这些数字是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 Windows Phone Silverlight 应用程序,当我运行模拟器时,右边有一些数字:

I've got a Windows Phone Silverlight app, and there are some numbers to the right when I run the emulator:

它们是什么意思,我该如何隐藏它们?

What do they mean, and how can I hide them?

推荐答案

这是模拟器/手机的帧率计数器,在您调试时默认开启.要关闭它,请转到 App.xaml.cs 并将此行注释掉:

That's the frame rate counter for the emulator / phone that is on by default whenever you debug. To turn it off, go to App.xaml.cs and comment this line out:

Application.Current.Host.Settings.EnableFrameRateCounter = true;

有关数字含义的更多信息(它们对于跟踪应用性能非常有帮助),请参阅 Jeff Wilcox 对此的帖子.

For more information on what the numbers mean (they can be pretty helpful for tracking app performance), see Jeff Wilcox's post on this.

这篇关于我的 Windows Phone Silverlight 应用程序右侧的这些数字是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆