-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/trace: execution tracer is essentially not documented #16526
Comments
ping |
Execution tracer just got some documentation… in the form of this talk. |
There is an external package with some documentation for events format: go-trace. |
This article by Pusher.com (2017) is nice. |
If it helps, I did write this long time ago: https://github.com/campoy/go-tooling-workshop/blob/master/3-dynamic-analysis/4-tracing/1-tracing.md |
We could definitely still use more documentation, but I'll note that Go 1.19 adds more documentation directly in the trace web UI via https://go.dev/cl/412876. |
I was able to find only 3 short mentions:
They are not very helpful. Compare this to how race detector (article, blog post) or pprof (blog post) is documented. People on Reddit even think that trace tool flopped.
#11605 mentions future blog post, but it never materialised.
The text was updated successfully, but these errors were encountered: