diff options
| author | Daniel Smith <dbsmith@google.com> | 2015-07-13 17:13:09 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2015-07-13 17:48:40 -0700 |
| commit | b8889dc9532b5b58504d8b0ab52df2d5c386e449 (patch) | |
| tree | 26c079dac82595dee7877228641f52df61e85497 /profiling.md | |
| parent | 37813afc4bc36b2f617cdac0233e1d02b45352eb (diff) | |
Apply mungedocs changes
Diffstat (limited to 'profiling.md')
| -rw-r--r-- | profiling.md | 2 |
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 --> []() +<!-- END MUNGE: GENERATED_ANALYTICS --> |
