@earth-app/collegedb
    Preparing search index...

    Interface PhaseSpan

    One measured phase.

    1.4.0

    interface PhaseSpan {
        detail?: string;
        durationMs: number;
        phase: PhaseName;
    }
    Index
    detail?: string

    Optional discriminator, such as the KV key prefix or the shard binding

    durationMs: number

    Elapsed wall time in milliseconds

    phase: PhaseName

    Which cost this span measured