pub fn print_vm_tree_recursive(
tree: &HashMap<CollectorKey, Vec<VmCreation>>,
hint: &HashMap<CollectorKey, String>,
ckey: CollectorKey,
prefix: &str,
is_last: bool,
)pub fn print_vm_tree_recursive(
tree: &HashMap<CollectorKey, Vec<VmCreation>>,
hint: &HashMap<CollectorKey, String>,
ckey: CollectorKey,
prefix: &str,
is_last: bool,
)