add profiling interface

This commit is contained in:
Liang Ding 2014-12-24 10:18:32 +08:00
parent 4b8c7e7183
commit 2825d347b4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import (
"math/rand"
"mime"
"net/http"
_ "net/http/pprof"
"os"
"runtime"
"strconv"