]> Cypherpunks repositories - gostls13.git/commit
testing: add -test.memprofile and -test.memprofilerate flags.
authorRob Pike <r@golang.org>
Wed, 16 Mar 2011 16:53:58 +0000 (09:53 -0700)
committerRob Pike <r@golang.org>
Wed, 16 Mar 2011 16:53:58 +0000 (09:53 -0700)
commitafaa30694c7de70ead7272392914230b76934a68
tree45bf144ddf18ef73c87ccd688c72cd0816d7d7a5
parentdf184ff2f0a7ab5ec47a68d29738ccf3dd296fd3
testing: add -test.memprofile and -test.memprofilerate flags.
These allow a test to generate memory profiles automatically.

R=golang-dev, rsc1
CC=golang-dev
https://golang.org/cl/4273064
src/cmd/gotest/doc.go
src/pkg/gob/timing_test.go
src/pkg/rpc/server_test.go
src/pkg/testing/testing.go