Documentation - v6.7.1
    Preparing search index...

    Interface ProfilerTrace

    The complete output of a profiling session.

    interface ProfilerTrace {
        frames: ProfilerFrame[];
        resources: string[];
        samples: ProfilerSample[];
        stacks: ProfilerStack[];
    }
    Index
    frames: ProfilerFrame[]

    Function call frames.

    resources: string[]

    Script URLs referenced by frames.

    samples: ProfilerSample[]

    Time-stamped samples.

    stacks: ProfilerStack[]

    Call-stack tree nodes.