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

Issue 815041: code review 815041: runtime: more malloc statistics (Closed)

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

Description

runtime: more malloc statistics expvar: default publishings for cmdline, memstats godoc: import expvar

Patch Set 1 #

Patch Set 2 : code review 815041: runtime: more malloc statistics #

Total comments: 8

Patch Set 3 : code review 815041: runtime: more malloc statistics #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -33 lines) Patch
M src/cmd/godoc/main.go View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/expvar/expvar.go View 1 2 3 chunks +40 lines, -2 lines 0 comments Download
M src/pkg/runtime/extern.go View 1 2 1 chunk +34 lines, -14 lines 0 comments Download
M src/pkg/runtime/malloc.h View 1 2 2 chunks +31 lines, -9 lines 0 comments Download
M src/pkg/runtime/malloc.cgo View 3 chunks +10 lines, -1 line 0 comments Download
M src/pkg/runtime/mfixalloc.c View 3 chunks +6 lines, -0 lines 0 comments Download
M src/pkg/runtime/mheap.c View 6 chunks +10 lines, -2 lines 0 comments Download
M src/pkg/runtime/pprof/pprof.go View 1 1 chunk +12 lines, -4 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
16 years, 4 months ago (2010-03-28 20:51:20 UTC) #1
r
LGTM but please improve some of the commentary http://codereview.appspot.com/815041/diff/2001/3001 File src/cmd/godoc/main.go (right): http://codereview.appspot.com/815041/diff/2001/3001#newcode32 src/cmd/godoc/main.go:32: _ ...
16 years, 4 months ago (2010-03-29 17:54:24 UTC) #2
rsc
> http://codereview.appspot.com/815041/diff/2001/3005#newcode176 > src/pkg/runtime/malloc.h:176: uint64 sys; // bytes obtained > from system > how does ...
16 years, 4 months ago (2010-03-29 18:33:04 UTC) #3
r2
yes. i didn't even realize what this comment says was true. On Mar 29, 2010, ...
16 years, 4 months ago (2010-03-29 18:34:23 UTC) #4
rsc
16 years, 4 months ago (2010-03-29 20:06:31 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=59b889bdb3fc ***

runtime: more malloc statistics
expvar: default publishings for cmdline, memstats
godoc: import expvar

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

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