Class: Stats

THREE.Stats()

new Stats()

When developing a Three.js application, it is useful to understand how the performance changes as the code is developed.

To achieve this purpose, a statistics panel can be added to the HTML document that outlines several properties, such as the frames per second and how long a section of code takes to execute.
Source:
See: