mirror of https://github.com/golang/go.git
Merge memprof fix from cl/158337
This commit is contained in:
parent
47b1d87e13
commit
b1643f153e
|
|
@ -14,7 +14,6 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
runtime.MemProfileRate = 1
|
||||
register("MemProf", MemProf)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue