-
Notifications
You must be signed in to change notification settings - Fork 213
FPS Info
zeas2 edited this page Apr 20, 2017
·
2 revisions
The FPS Info is showed in left-top corner of screen.
Like:
59.8(9 draws) 126MB(96.5MB) 712MB
- What does it mean?
The first number, "59.8", is frame per second(FPS). And the second number in quotes, "(9 draws)", is the actual pixel draw command calls in current frame. The bigger FPS and lower draw call the better.
The numbers in second line, are memory usage related. First number, "126MB" means the total memory of this app used. And the second number in quote, "(96.5MB)", means the memory of pixel data used. And the last number, "712MB", means the free memory that this app could use(but not accuracy due to memory may shared to other apps).