ProfileSummary
Nodepod API / src / ProfileSummary
Interface: ProfileSummary
Section titled “Interface: ProfileSummary”Defined in: src/profiling/types.ts:59
Properties
Section titled “Properties”categories
Section titled “categories”categories:
Record<ProfileCategory,ProfileAggregate>
Defined in: src/profiling/types.ts:62
droppedSamples
Section titled “droppedSamples”droppedSamples:
number
Defined in: src/profiling/types.ts:66
droppedSpans
Section titled “droppedSpans”droppedSpans:
number
Defined in: src/profiling/types.ts:65
instrumentedBusyDurationMs
Section titled “instrumentedBusyDurationMs”instrumentedBusyDurationMs:
number
Defined in: src/profiling/types.ts:61
longTasks
Section titled “longTasks”longTasks:
object
Defined in: src/profiling/types.ts:67
count:
number
longestMs
Section titled “longestMs”longestMs:
number
totalMs
Section titled “totalMs”totalMs:
number
operations
Section titled “operations”operations:
Record<string,ProfileAggregate>
Defined in: src/profiling/types.ts:63
peakMemory?
Section titled “peakMemory?”
optionalpeakMemory?:ProfileMemorySample
Defined in: src/profiling/types.ts:72
topSpans
Section titled “topSpans”topSpans:
ProfileSpan[]
Defined in: src/profiling/types.ts:64
wallDurationMs
Section titled “wallDurationMs”wallDurationMs:
number
Defined in: src/profiling/types.ts:60