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

Can't locate generic/monomorphized lines of code #198

Open
LoganDark opened this issue Jun 16, 2022 · 0 comments
Open

Can't locate generic/monomorphized lines of code #198

LoganDark opened this issue Jun 16, 2022 · 0 comments

Comments

@LoganDark
Copy link

Hey, I'm trying to use coz to optimize an algorithm written in Rust, but I keep having issues.

There are a couple layers of indirection so coz keeps saying that the program would be faster if the function call to my algorithm was faster. Which is true but useless information. I tried including only the source file where the algorithm is defined, but apparently that causes coz to never find any lines to run experiments on.

This is confusing.

This could be an issue with rustc generating incorrect debug information but I don't know if it is, so I'm opening the issue here first.

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

No branches or pull requests

1 participant