Skip to content

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

PerformanceMonitor.getAllSystemStats() method

获取所有系统的统计信息

Signature:

typescript
getAllSystemStats(): Map<string, PerformanceStats>;

Returns:

Map<string, PerformanceStats>

所有系统的统计信息

基于 MIT 许可证发布