Merge memprof fix from cl/158337

This commit is contained in:
Raul Silvera 2019-01-18 08:44:42 -08:00
parent 47b1d87e13
commit b1643f153e
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import (
)
func init() {
runtime.MemProfileRate = 1
register("MemProf", MemProf)
}