data class FlowStackSnapshot
Main data object representing snapshot of the flow stack, extracted from the Quasar stack.
data class Frame |
FlowStackSnapshot(time: Instant, flowClass: String, stackFrames: List<Frame>)
Main data object representing snapshot of the flow stack, extracted from the Quasar stack. |
val flowClass: String |
|
val stackFrames: List<Frame> |
|
val time: Instant |