Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callgrind inputs: Some called functions along with their callees are detached from the rest of execution at the root level #465

Open
glatosinski opened this issue Mar 1, 2024 · 1 comment · May be fixed by #466

Comments

@glatosinski
Copy link

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):

first-before-fix

Other visualizations demonstrating the issue:

second-before-fix

third-before-fix

The expected behavior is to have those methods embedded in the main call graph, not separately, starting from the root level.

@glatosinski
Copy link
Author

I created a small PR (#466) that fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant