We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64b7d3 commit 20cdb62Copy full SHA for 20cdb62
doc/go1.8.html
@@ -631,6 +631,13 @@ <h3 id="mutex_prof">Mutex Contention Profiling</h3>
631
<a href="/pkg/runtime/#SetMutexProfileFraction"><code>SetMutexProfileFraction</code></a>.
632
</p>
633
634
+<p>
635
+ A known limitation for Go 1.8 is that the profile only reports contention for
636
+ <a href="/pkg/sync/#Mutex"><code>sync.Mutex</code></a>,
637
+ not
638
+ <a href="/pkg/sync/#RWMutex"><code>sync.RWMutex</code></a>.
639
+</p>
640
+
641
<h3 id="minor_library_changes">Minor changes to the library</h3>
642
643
<p>
0 commit comments