Skip to content

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

PerformanceMonitor.getPerformanceWarnings() method

获取性能警告

Signature:

typescript
getPerformanceWarnings(thresholdMs?: number): string[];

Parameters

Parameter

Type

Description

thresholdMs

number

(Optional) 警告阈值(毫秒)

Returns:

string[]

超过阈值的系统列表

基于 MIT 许可证发布