torque-pro-assistant - v1.0.0
    Preparing search index...

    One row in the merged overlay dataset. t is the (alignment-shifted) elapsed seconds; every other key is ${ sessionId }::${ pid }.

    interface OverlayRow {
        t: number;
        readonly [key: string]: number | undefined;
    }

    Indexable

    • readonly [key: string]: number | undefined
    Index

    Properties

    t

    Properties

    t: number