Skip to content

ECS Framework API v2.1.50


ECS Framework API / PerformanceThresholds

Interface: PerformanceThresholds

Defined in: Utils/PerformanceMonitor.ts:74

性能阈值配置

Properties

executionTime

executionTime: object

Defined in: Utils/PerformanceMonitor.ts:76

执行时间阈值(毫秒)

warning

warning: number

critical

critical: number


memoryUsage

memoryUsage: object

Defined in: Utils/PerformanceMonitor.ts:81

内存使用阈值(MB)

warning

warning: number

critical

critical: number


cpuUsage

cpuUsage: object

Defined in: Utils/PerformanceMonitor.ts:86

CPU使用率阈值(百分比)

warning

warning: number

critical

critical: number


fps

fps: object

Defined in: Utils/PerformanceMonitor.ts:91

FPS阈值

warning

warning: number

critical

critical: number


entityCount

entityCount: object

Defined in: Utils/PerformanceMonitor.ts:96

实体数量阈值

warning

warning: number

critical

critical: number

Released under the MIT License.