You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# gostackparse
5
5
6
-
Package gostackparse parses goroutines stack trace dumps as produced by `panic()` or `runtime.Stack()` at ~300 MiB/s.
6
+
Package gostackparse parses goroutines stack trace dumps as produced by [`panic()`](https://golang.org/pkg/builtin/#panic) or [`debug.Stack()`](https://golang.org/pkg/runtime/debug/#Stack) at ~300 MiB/s.
7
7
8
8
Please refer to [Goroutine Profiling in Go](https://github.com/DataDog/go-profiler-notes/blob/main/goroutine.md#feature-matrix) for reasons why one might want to have to parse this data.
0 commit comments