Stat
Is a performance statistics panel that updates relevant performance parameters in real time.
The performance parameters involved in the statistics are as follows (all parameters are updated every approximately 1 second):
FPS (Canvas) /FPS (WebGL):Canvas or WebGL mode under the frame, or frames per second display, the higher the value, the more stable, more smooth feeling;
Sprite: count the number of all rendering nodes (including containers) that affect the efficiency of engine traversal, data organization, and rendering. The smaller the value, the higher the efficiency of the game;
DrawCall: this value is an important indicator of performance, and the smaller the value, the higher the efficiency of the game. Canvas mode image each about a second drawing number; WebGL mode per second said about the rendering of each batch, ready to process data and notify the GPU rendering called DrawCall 1 times, each time in the DrawCall in addition to time-consuming in the notice of the GPU render, switching the shader material and is also very time-consuming operation;
CurMem:Canvas mode, said memory size, the smaller the better, too high will cause the game to flash back; WebGL mode, said memory and memory value, the smaller the better;
Shader: the unique performance index of the WebGL model, which means the number of Shader submission every two seconds or so, the smaller the better;
*