Module call_tree

Module call_tree 

Source
Expand description

Transforms thread events into call trees

Structs§

CallTree
A call tree, representing the execution of a single thread.
CallTreeBuilder
A builder for creating a CallTree from a stream of thread events.
CallTreeNode
A node in a call tree, representing a single scope instance.

Functions§

make_call_tree
Creates a call tree from a set of thread event blocks.