ProfilerOptions
Nodepod API / src / ProfilerOptions
Interface: ProfilerOptions
Section titled “Interface: ProfilerOptions”Defined in: src/profiling/types.ts:16
Properties
Section titled “Properties”captureLongTasks?
Section titled “captureLongTasks?”
optionalcaptureLongTasks?:boolean
Defined in: src/profiling/types.ts:24
captureMemory?
Section titled “captureMemory?”
optionalcaptureMemory?:boolean
Defined in: src/profiling/types.ts:23
enabled?
Section titled “enabled?”
optionalenabled?:boolean
Defined in: src/profiling/types.ts:17
includeUrls?
Section titled “includeUrls?”
optionalincludeUrls?:boolean
Defined in: src/profiling/types.ts:26
level?
Section titled “level?”
optionallevel?:ProfilerLevel
Defined in: src/profiling/types.ts:18
maxSamples?
Section titled “maxSamples?”
optionalmaxSamples?:number
Defined in: src/profiling/types.ts:20
maxSpans?
Section titled “maxSpans?”
optionalmaxSpans?:number
Defined in: src/profiling/types.ts:19
memorySampleIntervalMs?
Section titled “memorySampleIntervalMs?”
optionalmemorySampleIntervalMs?:number
Defined in: src/profiling/types.ts:22
pathDetail?
Section titled “pathDetail?”
optionalpathDetail?:ProfilePathDetail
Defined in: src/profiling/types.ts:25
slowSpanThresholdMs?
Section titled “slowSpanThresholdMs?”
optionalslowSpanThresholdMs?:number
Defined in: src/profiling/types.ts:21