Skip to content

Commit

Permalink
add pprof handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mna committed Dec 12, 2013
1 parent 5fdadfc commit c3686d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"
"log"
"net/http"
_ "net/http/pprof"
"path/filepath"
"time"

Expand Down

0 comments on commit c3686d6

Please sign in to comment.