ECS Framework API / IPerformanceEventData
Interface: IPerformanceEventData
Defined in: packages/core/src/Types/index.ts:224
性能事件数据接口
Extends
Properties
timestamp
timestamp:
number
Defined in: packages/core/src/Types/index.ts:172
事件时间戳
Inherited from
source?
optionalsource:string
Defined in: packages/core/src/Types/index.ts:174
事件来源
Inherited from
eventId?
optionaleventId:string
Defined in: packages/core/src/Types/index.ts:176
事件ID
Inherited from
operation
operation:
string
Defined in: packages/core/src/Types/index.ts:226
操作类型
executionTime
executionTime:
number
Defined in: packages/core/src/Types/index.ts:228
执行时间(毫秒)
memoryUsage?
optionalmemoryUsage:number
Defined in: packages/core/src/Types/index.ts:230
内存使用量
metadata?
optionalmetadata:Record<string,unknown>
Defined in: packages/core/src/Types/index.ts:232
额外数据