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

Issue 4313041: code review 4313041: runtime/pprof: cpu profiling support (Closed)

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

Description

runtime/pprof: cpu profiling support

Patch Set 1 #

Patch Set 2 : diff -r 5155293bbd79 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 5155293bbd79 https://go.googlecode.com/hg #

Total comments: 7

Patch Set 4 : diff -r ffbe9af96475 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -1 line) Patch
M src/pkg/Makefile View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/runtime/pprof/pprof.go View 1 2 3 2 chunks +69 lines, -0 lines 0 comments Download
A src/pkg/runtime/pprof/pprof_test.go View 1 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 8
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg
13 years, 11 months ago (2011-03-22 20:46:40 UTC) #1
rsc
This is the Go interface to the previous CL. Russ
13 years, 11 months ago (2011-03-22 20:47:59 UTC) #2
r
LGTM yay http://codereview.appspot.com/4313041/diff/3001/src/pkg/runtime/pprof/pprof.go File src/pkg/runtime/pprof/pprof.go (right): http://codereview.appspot.com/4313041/diff/3001/src/pkg/runtime/pprof/pprof.go#newcode17 src/pkg/runtime/pprof/pprof.go:17: "sync" is this a safe import to ...
13 years, 11 months ago (2011-03-22 21:15:55 UTC) #3
bradfitz
Cool. http://codereview.appspot.com/4313041/diff/3001/src/pkg/runtime/pprof/pprof_test.go File src/pkg/runtime/pprof/pprof_test.go (right): http://codereview.appspot.com/4313041/diff/3001/src/pkg/runtime/pprof/pprof_test.go#newcode19 src/pkg/runtime/pprof/pprof_test.go:19: return maybe t.Logf("skipping on %s", runtime.GOOS) ? http://codereview.appspot.com/4313041/diff/3001/src/pkg/runtime/pprof/pprof_test.go#newcode33 ...
13 years, 11 months ago (2011-03-22 21:26:01 UTC) #4
rsc
> http://codereview.appspot.com/4313041/diff/3001/src/pkg/runtime/pprof/pprof.go#newcode17 > src/pkg/runtime/pprof/pprof.go:17: "sync" > is this a safe import to add? try a ...
13 years, 11 months ago (2011-03-23 17:41:32 UTC) #5
r2
On Mar 23, 2011, at 10:41 AM, Russ Cox wrote: >> http://codereview.appspot.com/4313041/diff/3001/src/pkg/runtime/pprof/pprof.go#newcode17 >> src/pkg/runtime/pprof/pprof.go:17: "sync" ...
13 years, 11 months ago (2011-03-23 17:48:02 UTC) #6
rsc
> Hmmm. Are you suggesting fmt do %[dox] for all integer slices? It already does. ...
13 years, 11 months ago (2011-03-23 17:53:32 UTC) #7
rsc
13 years, 11 months ago (2011-03-23 17:54:33 UTC) #8
*** Submitted as 37171a06ed48 ***

runtime/pprof: cpu profiling support

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

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