]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: delete new TestCPUProfileParse
authorRuss Cox <rsc@golang.org>
Fri, 11 Nov 2016 16:25:15 +0000 (11:25 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Nov 2016 16:59:01 +0000 (16:59 +0000)
commitc4099c7593fea9c594ad0e8969452a741acba4c7
tree526789c1e470526285e3471c3771faa6d770e8a8
parenteafe48781a013554961b9bcad8a0262f9ea20acc
runtime/pprof: delete new TestCPUProfileParse

All the existing CPU profiler tests already parse the profile.
That should be sufficient indication that profiles can be parsed.

Fixes #17853.

Change-Id: Ie8a190e2ae4eef125c8eb0d4e8b7adac420abbdb
Reviewed-on: https://go-review.googlesource.com/33136
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/pprof/pprof_test.go