Home > @esengine/ecs-framework-monorepo > IPerformanceEventData
IPerformanceEventData interface
性能事件数据接口
Signature:
typescript
export interface IPerformanceEventData extends IEventData
Extends: IEventData
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | 执行时间(毫秒) | ||
number | (Optional) 内存使用量 | ||
Record<string, unknown> | (Optional) 额外数据 | ||
string | 操作类型 |