hi everyone:
I recently used Streamline to analyze the performance of the cocos2d game, but the data too much, I want to ask, if I want to optimize the performance of the cocos2d game, I need to focus on what metrics?
I now know of are:
1. whether texture compression. "Compressed texture cache hit count" and "Compressed texture cache miss count"
2. Overdraw. "Fragments passed z/font count". Over the draw = (fragments passed z/font count) / resolution
3. function of CPU time, if the floating point arithmetic takes up much, is suggested that the game should use armv7a architecture
If there are other metrics need to focus on to optimize the performance of the cocos2d game?
thank a lot!