summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-09-15 17:53:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-09-15 17:53:36 (GMT)
commit914d8df06b0841d42566b060ac2d314657eec41c (patch)
tree5c03730f8e99fa478fcecc96c156098675a46f9f
parent496f05ca42a1021d26741c17607f5f7a813f4a2f (diff)
added pprof handler
-rw-r--r--src/helsinki.at/rhrdtime/rhrdtime.go1
1 files changed, 1 insertions, 0 deletions
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"