From 162cf1e024c14c2d4256d2ef131cd1287ab50eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Mon, 8 Feb 2021 15:11:08 +0100 Subject: [PATCH] mutext profile --- mutex.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mutex.md diff --git a/mutex.md b/mutex.md new file mode 100644 index 0000000..710fc4d --- /dev/null +++ b/mutex.md @@ -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 \ No newline at end of file