| Index: logdog/appengine/cmd/coordinator/vmuser/main.go
|
| diff --git a/logdog/appengine/cmd/coordinator/vmuser/main.go b/logdog/appengine/cmd/coordinator/vmuser/main.go
|
| index 0330c26da107b44dfc4ebc079f29236be6bae9ee..560c7f34af2d33daeafeecc28047a31aada98fa9 100644
|
| --- a/logdog/appengine/cmd/coordinator/vmuser/main.go
|
| +++ b/logdog/appengine/cmd/coordinator/vmuser/main.go
|
| @@ -7,6 +7,9 @@ package main
|
| import (
|
| "net/http"
|
|
|
| + // Importing pprof implicitly installs "/debug/*" profiling handlers.
|
| + _ "net/http/pprof"
|
| +
|
| "github.com/luci/luci-go/appengine/gaemiddleware"
|
| log "github.com/luci/luci-go/common/logging"
|
| "github.com/luci/luci-go/grpc/discovery"
|
|
|