VisualDL
VisualDL copied to clipboard
[Bug] fix _build_tree_relationship in ProfilerResult
bug描述:
当OP调用runtimeP,而runtime P调用runtime C时,两个runtime会成为兄弟节点 存放在 OP.runtime_node
中
期望:
runtime C应该成为runtime P的子runtime节点
OP
.runtime_node=[
runtime P
.runtime_node=[
runtime C
]
]
附件
附件中是一个脱敏的样例,cudaRT_P
调用了 cudaRT_C