Expand description
Transforms thread events into call trees
Structs§
- Call
Tree - A call tree, representing the execution of a single thread.
- Call
Tree Builder - A builder for creating a
CallTreefrom a stream of thread events. - Call
Tree Node - 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.