Skip to content

ECS Framework API v2.1.50


ECS Framework API / PerformanceWarningType

Enumeration: PerformanceWarningType

Defined in: Utils/PerformanceMonitor.ts:48

性能警告类型

Enumeration Members

HIGH_EXECUTION_TIME

HIGH_EXECUTION_TIME: "high_execution_time"

Defined in: Utils/PerformanceMonitor.ts:49


HIGH_MEMORY_USAGE

HIGH_MEMORY_USAGE: "high_memory_usage"

Defined in: Utils/PerformanceMonitor.ts:50


HIGH_CPU_USAGE

HIGH_CPU_USAGE: "high_cpu_usage"

Defined in: Utils/PerformanceMonitor.ts:51


FREQUENT_GC

FREQUENT_GC: "frequent_gc"

Defined in: Utils/PerformanceMonitor.ts:52


LOW_FPS

LOW_FPS: "low_fps"

Defined in: Utils/PerformanceMonitor.ts:53


HIGH_ENTITY_COUNT

HIGH_ENTITY_COUNT: "high_entity_count"

Defined in: Utils/PerformanceMonitor.ts:54

Released under the MIT License.