Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(415)

Issue 719041: code review 719041: runtime: malloc sampling, pprof interface (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by rsc
Modified:
14 years, 1 month ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

runtime: malloc sampling, pprof interface

Patch Set 1 #

Patch Set 2 : code review 719041: runtime: malloc sampling, pprof interface #

Total comments: 10

Patch Set 3 : code review 719041: runtime: malloc sampling, pprof interface #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -41 lines) Patch
M src/pkg/Makefile View 3 chunks +4 lines, -0 lines 0 comments Download
A src/pkg/http/pprof/Makefile View 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/http/pprof/pprof.go View 1 2 1 chunk +92 lines, -0 lines 0 comments Download
M src/pkg/runtime/extern.go View 1 2 chunks +108 lines, -13 lines 0 comments Download
M src/pkg/runtime/malloc.cgo View 1 2 3 chunks +14 lines, -12 lines 0 comments Download
M src/pkg/runtime/mprof.cgo View 1 2 7 chunks +53 lines, -6 lines 0 comments Download
A src/pkg/runtime/pprof/Makefile View 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/runtime/pprof/pprof.go View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 2 chunks +6 lines, -7 lines 0 comments Download
M src/pkg/runtime/runtime.c View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/pkg/runtime/symtab.c View 3 chunks +9 lines, -0 lines 0 comments Download
M test/mallocrep.go View 1 chunk +2 lines, -1 line 0 comments Download
M test/mallocrep1.go View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 1 month ago (2010-03-24 07:27:03 UTC) #1
r
LGTM http://codereview.appspot.com/719041/diff/2001/3003 File src/pkg/http/pprof/pprof.go (right): http://codereview.appspot.com/719041/diff/2001/3003#newcode61 src/pkg/http/pprof/pprof.go:61: fmt.Fprintf(c, "num_symbols: 1\n") 1? http://codereview.appspot.com/719041/diff/2001/3006 File src/pkg/runtime/mprof.cgo (right): ...
14 years, 1 month ago (2010-03-24 14:32:06 UTC) #2
rsc
http://codereview.appspot.com/719041/diff/2001/3003 File src/pkg/http/pprof/pprof.go (right): http://codereview.appspot.com/719041/diff/2001/3003#newcode61 src/pkg/http/pprof/pprof.go:61: fmt.Fprintf(c, "num_symbols: 1\n") Added a comment // We don't ...
14 years, 1 month ago (2010-03-24 16:35:22 UTC) #3
rsc
14 years, 1 month ago (2010-03-24 16:40:14 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=9e1fd312d1bd ***

runtime: malloc sampling, pprof interface

R=r
CC=golang-dev
http://codereview.appspot.com/719041
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b