Determining total scene rendering time

I’m looking to get the time difference between when a scene starts rendering (either when first loading, or based on some user movement) and the scene being completely done rendering (all layers and other imagery is rendered on the scene).

I’ve looked through the community forums and through the Scene and Viewer documentation and I’m having a hard time finding the right callbacks that would help me determine this, especially the scene being completely done rendering.

I think I found one of the events I was looking for: https://cesium.com/docs/cesiumjs-ref-doc/Globe.html?classFilter=Glo#tileLoadProgressEvent

And I found the other event I needed! https://cesium.com/docs/cesiumjs-ref-doc/Camera.html?classFilter=camera#moveEnd

1 Like