Cocos2dx-js Performance Profilling

Hi guys…
I need your help,
how can i test my app’s performance using a profiling tool?
I know there is a library of cocos2d for profiling but i think its time consuming if i’m gonna used that… cuz i dont wanna go all through out my code just to used it :smile:

they have this tutorial but its for cocos2dx
http://www.cocos2d-x.org/news/137

do you have a javascript version of this? thanks…

@Zinitter @pandamicro @MFHSchoonbrood @thomasjab @doanhieuthien

@eydamson

I would like to know how to use profiling tools for Cocos2d-JS too, lol.

The tutorial you post should be for debugging Android app.

So for iOS, you can use Xcode profiling tools and you don’t need go through those setup.
Although it test in iOS but at least you can know which code you should improve.

Xcode can track your app memory usage too.

hahaha thanks man… :grin:

if i found something I’ll let you know…

Dont worry about the JS game performamce, man, cocos-js use JS binding so i believe that its perormance is similar to cpp-game performance :smiley: