Minidebug_client.RendererSourceTree renderer for terminal output
Build tree structure from flat entry list
Format elapsed time in human-readable units
val render_tree :
?show_scope_ids:bool ->
?show_times:bool ->
?max_depth:int option ->
?values_first_mode:bool ->
tree_node list ->
stringRender tree to string with full details. When values_first_mode is true, result values become headers with location/message as children.
Render root entries as a flat list. When with_values is true, shows immediate children values.
Calculate elapsed time for an entry in nanoseconds