@ascentbv/ts-common - v1.0.123
    Preparing search index...

    Interface TimerStats

    interface TimerStats {
        count: number;
        time: number;
        timeExclusive: number;
    }
    Index

    Properties

    count: number
    time: number
    timeExclusive: number