You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
The text was updated successfully, but these errors were encountered: