]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof/internal/gzip0: new package for pprof
authorRuss Cox <rsc@golang.org>
Fri, 28 Oct 2016 21:02:29 +0000 (17:02 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 29 Oct 2016 18:21:28 +0000 (18:21 +0000)
commit21a1fe4ddf77a49fee1d82d1891e66b1dce932bb
tree726ec920382faf1d1f253c7a4338e8e2b98da5a5
parent8f91865e1b2f2df95fb4833babbd0a8fb26085c8
runtime/pprof/internal/gzip0: new package for pprof

Writes gzip-format uncompressed files.

Change-Id: Id5dc01852e21732978700fd9efcc2d4a5899ffeb
Reviewed-on: https://go-review.googlesource.com/32260
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/go/build/deps_test.go
src/runtime/pprof/internal/gzip0/gzip0.go [new file with mode: 0644]
src/runtime/pprof/internal/gzip0/gzip0_test.go [new file with mode: 0644]