You've already forked go-profiler-notes
mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2025-07-15 23:54:16 +02:00
mutext profile
This commit is contained in:
12
mutex.md
Normal file
12
mutex.md
Normal file
@ -0,0 +1,12 @@
|
||||
🚧 This note is still work in progress, please come back later! 🚧
|
||||
|
||||
# Mutex Profiling in Go
|
||||
|
||||
## 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).
|
||||
|
||||
## Links
|
||||
|
||||
- https://rakyll.org/mutexprofile/
|
||||
- https://talks.golang.org/2017/state-of-go.slide#23
|
Reference in New Issue
Block a user