How can I check cpu usage of my application with Corona SDK?
the only thing i found on google is how to check memory usage
collectgarbage()
print( "MemUsage: " .. collectgarbage("count") )
local textMem = system.getInfo( "textureMemoryUsed" ) / 1000000
print( "TexMem: " .. textMem )