Create a very simple app, like
local w,h=display.contentWidth,display.contentHeight
local menuScreen=display.newGroup()
local bg=display.newImageRect("menubg.png",w,h)
menuScreen:insert(bg,true)
bg.x=w/2
bg.y=h/2
build it using Corona.243 and a developer Code Signing Identity. Install it on the device.
Open Instruments and choose Activity Monitor
Choose as a target the app that you just created and click Record. The % CPU never falls below 37% even though there’s no activity! Sometimes it even jumps to 50%
Build the same app using the previous versions of Corona (SDK or Game Edition). Repeat the steps above. The % CPU drops to 0 right after launch, as it should…
Isn’t 37-50% CPU a very high price for a Corona.243 build?
[import]uid: 6459 topic_id: 5146 reply_id: 305146[/import]