Skip to content

Commit

Permalink
br: add pprof package back (#32639)
Browse files Browse the repository at this point in the history
close #32638
  • Loading branch information
joccau authored Feb 28, 2022
1 parent db17bb1 commit f0d8352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions br/pkg/utils/pprof.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
// #nosec
// register HTTP handler for /debug/pprof
"net/http"
// For pprof
_ "net/http/pprof" // #nosec G108

"github.com/pingcap/errors"
"github.com/pingcap/failpoint"
Expand Down

0 comments on commit f0d8352

Please sign in to comment.