mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
Fix copy & paste error
This commit is contained in:
parent
0e93af547b
commit
a12bb8e2a4
1 changed files with 1 additions and 1 deletions
2
mutex.md
2
mutex.md
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## History
|
||||
|
||||
Block profiling was [implemented](https://go-review.googlesource.com/c/go/+/29650/) by [Peter J. Weinberger](https://en.wikipedia.org/wiki/Peter_J._Weinberger) and first appeared in the [go1.8](https://golang.org/doc/go1.8#mutex_prof) release (2017-02-16).
|
||||
Mutex profiling was [implemented](https://go-review.googlesource.com/c/go/+/29650/) by [Peter J. Weinberger](https://en.wikipedia.org/wiki/Peter_J._Weinberger) and first appeared in the [go1.8](https://golang.org/doc/go1.8#mutex_prof) release (2017-02-16).
|
||||
|
||||
## Links
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue