Add pprof for profiling

Signed-off-by: Clayton O'Neill <clayton@oneill.net>
This commit is contained in:
Clayton O'Neill 2019-04-22 07:17:06 -04:00 committed by Clayton O'Neill
parent ece8a26a79
commit 024f9dc0aa
No known key found for this signature in database
GPG key ID: 5017D45C788B5274

View file

@ -17,6 +17,7 @@ import (
"bufio"
"net"
"net/http"
_ "net/http/pprof"
"os"
"strconv"