Open glatosinski opened 9 months ago
When visualizing the Callgrind output, some functions appear on the root level, while being called by other functions in the Callgrind file (they appear as cfn callees in other functions in the Callgrind output).
cfn
The example output for Callgrind (download link):
Other visualizations demonstrating the issue:
The expected behavior is to have those methods embedded in the main call graph, not separately, starting from the root level.
I created a small PR (https://github.com/jlfwong/speedscope/pull/466) that fixes the issue.
When visualizing the Callgrind output, some functions appear on the root level, while being called by other functions in the Callgrind file (they appear as
cfn
callees in other functions in the Callgrind output).The example output for Callgrind (download link):
Other visualizations demonstrating the issue:
The expected behavior is to have those methods embedded in the main call graph, not separately, starting from the root level.