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

runtime: cpu profiler misses samples in newstack/oldstack #5544

Closed
dvyukov opened this issue May 22, 2013 · 1 comment
Closed

runtime: cpu profiler misses samples in newstack/oldstack #5544

dvyukov opened this issue May 22, 2013 · 1 comment

Comments

@dvyukov
Copy link
Member

dvyukov commented May 22, 2013

Problem description on golang-nuts:
https://groups.google.com/d/msg/golang-nuts/mWXsJJMdL0M/wioVT04ye7UJ

In short, pprof misses 7.5% of samples in newstack/oldstack (perf reports them
properly). This happens because the profiler ignores samples on g0 (where
newstack/oldstack are executed). We need to figure out a way to attribute the samples to
the running goroutine.
@dvyukov
Copy link
Member Author

dvyukov commented May 23, 2013

Comment 1:

Status changed to Duplicate.

Merged into issue #2197.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants