From 2825d347b4adcce401ecb1c76168ced51a6a1694 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 24 Dec 2014 10:18:32 +0800 Subject: [PATCH] add profiling interface --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index fd8fb82..0025387 100644 --- a/main.go +++ b/main.go @@ -22,6 +22,7 @@ import ( "math/rand" "mime" "net/http" + _ "net/http/pprof" "os" "runtime" "strconv"