1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:31:22 -06:00
go/src/cmd/prof
Dmitriy Vyukov af1232fe38 runtime: faster strings
Use FlagNoPointers and do not zeroize memory when allocate strings.
test/garbage/parser.out        old         new
run #1                     32.923s     32.065s
run #2                     33.047s     31.931s
run #3                     32.702s     31.841s
run #4                     32.718s     31.838s
run #5                     32.702s     31.868s

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5259041
2011-10-12 17:40:02 +03:00
..
doc.go add pprof output format to prof. 2010-01-11 16:53:45 -08:00
gopprof runtime: faster strings 2011-10-12 17:40:02 +03:00
main.c build: fix unused parameters 2011-08-25 16:08:13 -04:00
Makefile build: add openbsd 2011-08-22 23:24:25 -04:00