From ff9269ee11d9ac3069572e40d641eb5884ae6abd Mon Sep 17 00:00:00 2001
From: Michael Pratt
+
TODO: https://go.dev/issue/63340: provide histogram of all STW events
/sync/mutex/wait/total:seconds
now includes contention on
+ runtime-internal locks in addition to
+ sync.Mutex
and
+ sync.RWMutex
.
+
+ Mutex profiles also now include contention on runtime-internal locks in addition to
+ sync.Mutex
and
+ sync.RWMutex
.
+ Contention on runtime-internal locks is always reported at runtime._LostContendedRuntimeLock
.
+ A future release will add complete stack traces in these cases.
+
CPU profiles on Darwin platforms now contain the process's memory map, enabling the disassembly view in the pprof tool. -- 2.50.0