1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-12 23:50:13 +02:00
Files
go-profiler-notes/mutex.md
2021-02-19 15:26:28 +01:00

878 B

🚧 This note is still work in progress, please come back later! 🚧

Mutex Profiling in Go

History

Mutex profiling was implemented by Peter J. Weinberger and first appeared in the go1.8 release (2017-02-16).

Disclaimers

I'm felixge and work at Datadog on Continuous Profiling for Go. You should check it out. We're also hiring : ).

The information on this page is believed to be correct, but no warranty is provided. Feedback is welcome!