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

Add allocsmap index #66

Open
quasilyte opened this issue Jan 12, 2022 · 0 comments
Open

Add allocsmap index #66

quasilyte opened this issue Jan 12, 2022 · 0 comments

Comments

@quasilyte
Copy link
Owner

quasilyte commented Jan 12, 2022

It should be possible to know whether X line did any significant allocations or not.

Since we're using only CPU profile, we should rely on newobject, makeslice and other allocation function calls in these places.

Other functions that can be interesting:

  • runtime.convTslice (and other conv functions)
  • runtime.growslice
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