Bun

interface

inspector.Profiler.Profile

interface Profile

Profile.

  • endTime: number

    Profiling end timestamp in microseconds.

  • nodes: ProfileNode[]

    The list of profile nodes. First item is the root node.

  • samples?: number[]

    Ids of samples top nodes.

  • startTime: number

    Profiling start timestamp in microseconds.

  • timeDeltas?: number[]

    Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.