Skip to content

Home > @esengine/ecs-framework-monorepo > PerformanceMonitor > getAllSystemData

PerformanceMonitor.getAllSystemData() method

获取所有系统的性能数据

Signature:

typescript
getAllSystemData(): Map<string, PerformanceData>;

Returns:

Map<string, PerformanceData>

所有系统的性能数据

基于 MIT 许可证发布