Skip to content

ECS Framework API v2.1.50


ECS Framework API / IEventStats

Interface: IEventStats

Defined in: Types/index.ts:158

事件统计信息接口

Properties

eventType

eventType: string

Defined in: Types/index.ts:160

事件类型


listenerCount

listenerCount: number

Defined in: Types/index.ts:162

监听器数量


triggerCount

triggerCount: number

Defined in: Types/index.ts:164

触发次数


totalExecutionTime

totalExecutionTime: number

Defined in: Types/index.ts:166

总执行时间(毫秒)


averageExecutionTime

averageExecutionTime: number

Defined in: Types/index.ts:168

平均执行时间(毫秒)


lastTriggerTime

lastTriggerTime: number

Defined in: Types/index.ts:170

最后触发时间

Released under the MIT License.