windows-phone-7 – WP7 RTM仿真器在右侧显示framecounter和dx信
发布时间:2020-12-13 23:35:42 所属栏目:Windows 来源:网络整理
导读:我在 Windows Phone 7工具的RTM版本中创建的任何应用程序都会在仿真器屏幕的右侧显示framecounter,memory和gpu诊断信息. 我确实更改了任何设置/首选项 – 这是RTM模拟器的默认行为吗? 谢谢 迈克尔 模拟器没有.默认是应用程序,是的. (如果附加了调试器) 如果
我在
Windows Phone 7工具的RTM版本中创建的任何应用程序都会在仿真器屏幕的右侧显示framecounter,memory和gpu诊断信息.
我确实更改了任何设置/首选项 – 这是RTM模拟器的默认行为吗? 谢谢
模拟器没有.默认是应用程序,是的. (如果附加了调试器)
如果您查看App.xaml.cs,您将在自动生成的构造函数中找到此代码: // Show graphics profiling information while debugging. if (System.Diagnostics.Debugger.IsAttached) { // Display the current frame rate counters. Application.Current.Host.Settings.EnableFrameRateCounter = true; // Show the areas of the app that are being redrawn in each frame. //Application.Current.Host.Settings.EnableRedrawRegions = true; // Enable non-production analysis visualization mode,// which shows areas of a page that are being GPU accelerated with a colored overlay. //Application.Current.Host.Settings.EnableCacheVisualization = true; } 你可以注释掉enableframeratecounter,如果你想要它,或者你可以取消注释其他人以获得更多的东西. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- windows – 我们什么时候应该使用分散/聚集(向量)IO?
- win10下的ramdisk
- windows-server-2012 – 如何在Windows Server 2012中修改I
- 如何使用pip在Windows 7上使用MinGW-w64编译器安装软件包?
- 键盘语言更改在Windows 7上的PhpStorm中不起作用
- .net – 了解Windows中的AppDomains
- windows – 如何查看/何时实际完成长文件复制操作?
- windows – 如何确定应用程序正在使用的窗口句柄数?
- windows – 如何强制Perl脚本使用ActiveState的wperl?
- Windows 7中的UTF-8 CMD