Skip to content

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

PerformanceStats interface

性能统计信息

Signature:

typescript
export interface PerformanceStats

Properties

Property

Modifiers

Type

Description

averageTime

number

平均执行时间

executionCount

number

执行次数

maxTime

number

最大执行时间

minTime

number

最小执行时间

percentile95

number

95百分位数

percentile99

number

99百分位数

recentTimes

number[]

最近的执行时间列表

standardDeviation

number

标准差

totalTime

number

总执行时间

基于 MIT 许可证发布