NovaECS - v1.0.11
    Preparing search index...

    Interface SysStat

    interface SysStat {
        avgMs: number;
        calls: number;
        lastMs: number;
        maxMs: number;
        name: string;
        stage: SystemStage;
    }
    Index

    Properties

    avgMs: number

    Average execution time in ms (EMA) 平均执行时间(指数移动平均)

    calls: number

    Total number of calls 总调用次数

    lastMs: number

    Last execution time in ms 最后执行时间(毫秒)

    maxMs: number

    Maximum execution time in ms 最大执行时间(毫秒)

    name: string

    System name 系统名称

    System stage 系统阶段