共 1,394 篇文章
共 6,621 篇文章及评论
博客分类
Blog Roll
- Association for Computing Machinery TechNews (ACM)
- Go Parallel! (Dr. Dobbs)
- HPCwire (Tabor Communications, Inc.)
- insideHPC (John West)
- Joe Duffy's Weblog (Microsoft)
- Microsoft Parallel Programming Development Center (Microsoft Germany)
- MultiCoreInfo.com
- scalability.org (Scalable Informatics)
- Software Dev Blog (Intel Germany)
- Soft Talk Blog (Intel United Kingdom)
- The Moth (Microsoft)
使用intel GPA分析网页游戏的性能
作者: 郭胜 (Intel) (14 篇文章) 日期: 十一月 14, 2011 在 12:57 下午
英特尔图形性能分析器(简称GPA)不仅能分析传统游戏客户端的性能,还能用来分析网页游戏。在分析网页游戏前,要首先修改注册表,使IE9运行在一个进程中。修改方法是:
1. 运行regedit.exe;
2. 找到HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main;
3. 设置TabProcGrowth=0(String或DWORD类型)。如果 TabProcGrowth不存在,则在Main下新建一个。
4. 退出regedit。
设置好注册表后,就可以在GPA monitor中启动IE程序,并打开所需分析的网页游戏,这时可以看到GPA system Anlayzer的面板浮在游戏窗口的左上方。接下来就可以像在普通游戏上使用GPA一样来分析网页游戏了。
由于有些IE的快捷键和GPA的快捷键有冲突,因此在用GPA启动IE前,还可以修改GPA的快捷键设置,这样在使用中就不会影响IE了。
参考网址:http://software.intel.com/en-us/articles/gpa-browser-support/
GPA的下载网址: http://software.intel.com/en-us/articles/vcsource-tools-intel-gpa/
分类: 图形和视觉计算, 游戏
如需了解英特尔软件产品相关的性能和优化选项,请参阅优化注意事项.
评论 (0)
引用 (0)
写评论 
欲获得技术支持,请访问软件支持页面.
