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

Show function symbol in addition to source location #115

Closed
fitzgen opened this issue Sep 24, 2019 · 1 comment
Closed

Show function symbol in addition to source location #115

fitzgen opened this issue Sep 24, 2019 · 1 comment
Labels
duplicate This issue is a duplicate of another issue

Comments

@fitzgen
Copy link

fitzgen commented Sep 24, 2019

coz is reporting that speeding up a certain source location could improve my program's throughput, however the source location is inside a generic, monomorphized function, and it isn't clear to me which instantiation of this generic function is the one that matters, if some do, or if all of them do.

If I had the function symbol, I would be able to tell which instantiation coz is considering.

@ccurtsinger ccurtsinger added the duplicate This issue is a duplicate of another issue label Oct 8, 2019
@ccurtsinger
Copy link
Member

This will happen as part of #59, when adding support for larger code fragments like functions or basic blocks. As it is now, the profile is really just telling you about the effect of speeding up a particular line, not the whole function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants