interface
jsc.SamplingProfileStackTraces
interface SamplingProfileStackTraces
The raw samples collected by the sampling profiler, as SamplingProfile.stackTraces.
- interval: number
How often the stack was sampled, in seconds (
0.001for the default interval of 1000 microseconds). - sources: { sourceID: number; sourceMappingURL: string; sourceURL: string; url: string }[]
The source files the sampled frames belong to. Native functions have no source and are not listed.
- traces: { frames: SamplingProfileStackFrame[]; timestamp: number }[]
One entry per sample, in the order they were taken.