interface Profiler.Profile
Profile.
nodes: ProfileNode[]The list of profile nodes. First item is the root node.
startTime: numberProfiling start timestamp in microseconds.
endTime: numberProfiling end timestamp in microseconds.
optional
samples: number[] | undefinedIds of samples top nodes.
optional
timeDeltas: number[] | undefinedTime intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.