]> Cypherpunks repositories - gostls13.git/commit
runtime: malloc sampling, pprof interface
authorRuss Cox <rsc@golang.org>
Wed, 24 Mar 2010 16:40:09 +0000 (09:40 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 24 Mar 2010 16:40:09 +0000 (09:40 -0700)
commit6eb251f244b8ba595613375ab5965e81531178d5
treebe3e0a26dd6692d4249de70bb3703c939ece7add
parent6b6c3993d55ed71d3e5ca41b9f4cd8dc77c5876c
runtime: malloc sampling, pprof interface

R=r
CC=golang-dev
https://golang.org/cl/719041
14 files changed:
src/pkg/Makefile
src/pkg/http/pprof/Makefile [new file with mode: 0644]
src/pkg/http/pprof/pprof.go [new file with mode: 0644]
src/pkg/runtime/extern.go
src/pkg/runtime/malloc.cgo
src/pkg/runtime/mprof.cgo
src/pkg/runtime/pprof/Makefile [new file with mode: 0644]
src/pkg/runtime/pprof/pprof.go [new file with mode: 0644]
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h
src/pkg/runtime/symtab.c
test/mallocrep.go
test/mallocrep1.go