Statistics toolkit to gather performance data
npm install @galacean/engine-toolkit-statsStatistics toolkit to gather performance data
The Stats is published on npm with full typing support. To install, use:
``sh`
npm install @galacean/engine-toolkit-stats
This will allow you to import stats entirely using:
`javascript`
import * as Stats from "@galacean/engine-toolkit-stats";
or individual classes using:
`javascript`
import { Stats } from "@galacean/engine-toolkit-stats";
If you don't want DOM panel, you can use Core directly:
`javascript`
import { Core } from "@galacean/engine-toolkit-stats";update` manually.
and call
- Repository
- Examples
- Documentation
- API References
The engine is released under the MIT license. See LICENSE file.