Skip to content

Commit 59a8c08

Browse files
committed
Improve description
1 parent 2dfc4cf commit 59a8c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# gostackparse
55

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.
77

88
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.
99

0 commit comments

Comments
 (0)