From 914d8df06b0841d42566b060ac2d314657eec41c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 15 Sep 2015 19:53:36 +0200 Subject: added pprof handler diff --git a/src/helsinki.at/rhrdtime/rhrdtime.go b/src/helsinki.at/rhrdtime/rhrdtime.go index ca4d4a7..4bdf680 100644 --- a/src/helsinki.at/rhrdtime/rhrdtime.go +++ b/src/helsinki.at/rhrdtime/rhrdtime.go @@ -29,6 +29,7 @@ import ( "flag" "fmt" "net/http" + _ "net/http/pprof" "time" "github.com/gorilla/websocket" -- cgit v0.10.2