Hi,all.I want to print the number of drawcall that GPU calls.
you mean FPS ?
you can check this code fps sandcastle
Thank you very much for your reply.I find a very useful controller called CesiumInspector.
Just add the code:
viewer.extend(Cesium.viewerCesiumInspectorMixin);
And I can get some parameters that related to rendering.

Actually, I want the result that is similar to Unity statistic window like this:

So,I can get the result of parameter such as batches, draw call,etc.
Anyway, thank you!
I am glad to see that you have found the tools that you are looking for. Thank you for sharing this with the community.

-Sam