summaryrefslogtreecommitdiff
path: root/profiling.md
diff options
context:
space:
mode:
authorDaniel Smith <dbsmith@google.com>2015-07-13 17:13:09 -0700
committerDaniel Smith <dbsmith@google.com>2015-07-13 17:48:40 -0700
commitb8889dc9532b5b58504d8b0ab52df2d5c386e449 (patch)
tree26c079dac82595dee7877228641f52df61e85497 /profiling.md
parent37813afc4bc36b2f617cdac0233e1d02b45352eb (diff)
Apply mungedocs changes
Diffstat (limited to 'profiling.md')
-rw-r--r--profiling.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiling.md b/profiling.md
index 51635424..41737414 100644
--- a/profiling.md
+++ b/profiling.md
@@ -48,4 +48,6 @@ to get 30 sec. CPU profile.
To enable contention profiling you need to add line ```rt.SetBlockProfileRate(1)``` in addition to ```m.mux.HandleFunc(...)``` added before (```rt``` stands for ```runtime``` in ```master.go```). This enables 'debug/pprof/block' subpage, which can be used as an input to ```go tool pprof```.
+<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/devel/profiling.md?pixel)]()
+<!-- END MUNGE: GENERATED_ANALYTICS -->