]> Cypherpunks repositories - gostls13.git/commit
net/http/pprof: mention mutex profile in doc
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>
Fri, 28 Apr 2017 13:11:50 +0000 (09:11 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Mon, 26 Jun 2017 21:50:12 +0000 (21:50 +0000)
commit145557c23a4597ac08abccc9e33604513d0a4af9
treee21eff661166bd87ec4869a01dc5901d5c9d7b03
parent0d33a896d9eeacd96035c3b22f3698c8f51a09aa
net/http/pprof: mention mutex profile in doc

mutex profile requires explicit calls to
runtime.SetMutexProfileFraction to enable/disable
profiling (like block profile). It is worth
mentioning in the doc.

Change-Id: I2b8d654be9f5c6bc49fc802b7708c4c552fea9b2
Reviewed-on: https://go-review.googlesource.com/42070
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/pprof/pprof.go