Documentation - v6.7.1
    Preparing search index...

    Interface ProfilerStack

    A node in the profiler's call-stack tree.

    interface ProfilerStack {
        frameId: number;
        parentId?: number;
    }
    Index
    frameId: number

    Index into ProfilerTrace.frames.

    parentId?: number

    Index of the parent stack node, if any.