Skip to main content
April 28, 2011
Question

-renderingdiagnostics in AIR ?

  • April 28, 2011
  • 1 reply
  • 922 views

Hi all,

I'm trying to figure out CS5.5 having used the PFI for so long, and not sure what I am missing.

How can you get an iPhone app to have -renderingdiagnostics on using the ADT?

I presume you dont install the PFI like before as its functionailty is now in ADT? So how can I see the rendering diagnostics....?

James.

This topic has been closed for replies.

1 reply

Participating Frequently
April 28, 2011

HI James,

With AIR 2.6, the GPU implementation has changed and -renderingdiagnostics flag has been deprecated. At present, there is no way to see rendering diagnostics information in an AIR application.

Thanks,

Sanika

April 28, 2011

Optionally, You can use instruments(Which comes with Xcode IDE if you have one) to profile OPENGL ES or Core Animation Performance.

April 28, 2011

Thanks so much for the swift responses.

Unfortunately I dont have xcode.... oh well, just have to get my hands dirty and see how it all works.