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

Issue 159990043: code review 159990043: runtime: make pprof a little nicer (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by rsc
Modified:
9 years, 6 months ago
Reviewers:
r, gobot, dvyukov, bradfitz
CC:
dvyukov, golang-codereviews
Visibility:
Public.

Description

runtime: make pprof a little nicer Update issue 8942 This does not fully address issue 8942 but it does make the profiles much more useful, until that issue can be fixed completely.

Patch Set 1 #

Patch Set 2 : diff -r 8c3f3337f7696bfcb95ab978b5c2782b94431842 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 8c3f3337f7696bfcb95ab978b5c2782b94431842 https://code.google.com/p/go/ #

Total comments: 2

Patch Set 4 : diff -r 3d61db5c12400aecfa9706c184b34a136cff9617 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M src/runtime/proc.c View 1 2 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 13
rsc
Hello r (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 6 months ago (2014-10-16 18:05:41 UTC) #1
dvyukov
LGTM https://codereview.appspot.com/159990043/diff/40001/src/runtime/proc.c File src/runtime/proc.c (right): https://codereview.appspot.com/159990043/diff/40001/src/runtime/proc.c#newcode2539 src/runtime/proc.c:2539: sp = (uint8*)gp->sched.sp; this code is roughly as ...
9 years, 6 months ago (2014-10-16 18:20:29 UTC) #2
rsc
https://codereview.appspot.com/159990043/diff/40001/src/runtime/proc.c File src/runtime/proc.c (right): https://codereview.appspot.com/159990043/diff/40001/src/runtime/proc.c#newcode2539 src/runtime/proc.c:2539: sp = (uint8*)gp->sched.sp; On 2014/10/16 18:20:28, dvyukov wrote: > ...
9 years, 6 months ago (2014-10-16 18:26:01 UTC) #3
dvyukov
On 2014/10/16 18:26:01, rsc wrote: > https://codereview.appspot.com/159990043/diff/40001/src/runtime/proc.c > File src/runtime/proc.c (right): > > https://codereview.appspot.com/159990043/diff/40001/src/runtime/proc.c#newcode2539 > ...
9 years, 6 months ago (2014-10-16 18:29:53 UTC) #4
rsc
On 2014/10/16 18:29:53, dvyukov wrote: > On 2014/10/16 18:26:01, rsc wrote: > > https://codereview.appspot.com/159990043/diff/40001/src/runtime/proc.c > ...
9 years, 6 months ago (2014-10-16 18:43:14 UTC) #5
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=421fadcef39a *** runtime: make pprof a little nicer Update issue 8942 This ...
9 years, 6 months ago (2014-10-16 18:45:00 UTC) #6
gobot
This CL appears to have broken the freebsd-amd64 builder. See http://build.golang.org/log/acf42712fca1d6d87f7365e5d3270bd6053241b7
9 years, 6 months ago (2014-10-16 18:49:49 UTC) #7
r
LGTM
9 years, 6 months ago (2014-10-16 19:14:38 UTC) #8
bradfitz
CL description says "make better". How? On Oct 16, 2014 8:05 PM, <rsc@golang.org> wrote: > ...
9 years, 6 months ago (2014-10-16 19:57:14 UTC) #9
rsc
On Thu, Oct 16, 2014 at 3:57 PM, Brad Fitzpatrick <bradfitz@golang.org> wrote: > CL description ...
9 years, 6 months ago (2014-10-16 23:49:23 UTC) #10
dvyukov
On Thu, Oct 16, 2014 at 10:43 PM, <rsc@golang.org> wrote: > On 2014/10/16 18:29:53, dvyukov ...
9 years, 6 months ago (2014-10-17 06:56:22 UTC) #11
rsc
On Fri, Oct 17, 2014 at 2:56 AM, Dmitry Vyukov <dvyukov@google.com> wrote: > Windows builders ...
9 years, 6 months ago (2014-10-17 11:14:41 UTC) #12
dvyukov
9 years, 6 months ago (2014-10-17 11:19:53 UTC) #13
On Fri, Oct 17, 2014 at 3:14 PM, Russ Cox <rsc@golang.org> wrote:
> On Fri, Oct 17, 2014 at 2:56 AM, Dmitry Vyukov <dvyukov@google.com> wrote:
>>
>> Windows builders are not happy:
>> http://build.golang.org/perf
>> They seem to just hang.
>
>
> true but that started 2 CLs before this one.

no, that started on this commit


> there's a separate thread on
> golang-dev. brad said he thinks maybe they got broken into.
>
Sign in to reply to this message.

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