Skip to content

Home > @esengine/ecs-framework-monorepo > IPerformanceEventData

IPerformanceEventData interface

性能事件数据接口

Signature:

typescript
export interface IPerformanceEventData extends IEventData

Extends: IEventData

Properties

Property

Modifiers

Type

Description

executionTime

number

执行时间(毫秒)

memoryUsage?

number

(Optional) 内存使用量

metadata?

Record<string, unknown>

(Optional) 额外数据

operation

string

操作类型

基于 MIT 许可证发布