简体   繁体   English

测试OpenGL ES性能

[英]Testing OpenGL ES performance

I have gotten to the stage in my project where i need to test the performance of my OpenGL ES rendering. 我已经进入项目阶段,需要测试OpenGL ES渲染的性能。 I understand that the OpenGL ES Performance Detective is handy for such tasks. 我了解OpenGL ES Performance Detective非常适合执行此类任务。 Unfortunately i cannot initialize a case in the application. 不幸的是,我无法在应用程序中初始化一个案例。

在此处输入图片说明

Does this have anything to do with my application being faulty? 这与我的应用程序有故障有关吗?

Try using configuration that doesn't strip debug symbols, as this seems to help in most cases when you have any problems using instruments. 尝试使用不会去除调试符号的配置,因为这在大多数情况下在使用仪器时会有所帮助。

Go to edit scheme window -> select Profile App -> change build configuration to Debug. 转到编辑方案窗口->选择Profile App->将构建配置更改为Debug。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM