Merge pull request #229 from vmarmol/pprof

Adding the pprof HTTP service to cAdvisor.
This commit is contained in:
Rohit Jnagal 2014-09-12 14:36:08 -07:00
commit 026cc165e1

View File

@ -18,6 +18,7 @@ import (
"flag"
"fmt"
"net/http"
_ "net/http/pprof"
"runtime"
"github.com/golang/glog"