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

Issue 133370043: code review 133370043: runtime/pprof: make CPU profiling tests more robust (Closed)

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

Description

runtime/pprof: make CPU profiling tests more robust Under the race detector most of the samples go into race runtime, because of that freebsd race builder constantly fails on this test.

Patch Set 1 #

Patch Set 2 : diff -r bd5377bd44818ac3c0a849397b68de84d4ad272a https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r bd5377bd44818ac3c0a849397b68de84d4ad272a https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r bd5377bd44818ac3c0a849397b68de84d4ad272a https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 6

Patch Set 5 : diff -r a3136bee82dd9e7b1619c8252af8f847167fba78 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -21 lines) Patch
M src/pkg/runtime/pprof/pprof_test.go View 1 2 3 4 3 chunks +50 lines, -21 lines 0 comments Download

Messages

Total messages: 6
dvyukov
Hello golang-codereviews@googlegroups.com (cc: minux@golang.org, rsc@golang.org), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 6 months ago (2014-08-30 14:12:06 UTC) #1
bradfitz
LGTM https://codereview.appspot.com/133370043/diff/60001/src/pkg/runtime/pprof/pprof_test.go File src/pkg/runtime/pprof/pprof_test.go (right): https://codereview.appspot.com/133370043/diff/60001/src/pkg/runtime/pprof/pprof_test.go#newcode31 src/pkg/runtime/pprof/pprof_test.go:31: for i := 0; i < 100 || ...
10 years, 6 months ago (2014-08-30 17:01:18 UTC) #2
rsc
LGTM https://codereview.appspot.com/133370043/diff/60001/src/pkg/runtime/pprof/pprof_test.go File src/pkg/runtime/pprof/pprof_test.go (right): https://codereview.appspot.com/133370043/diff/60001/src/pkg/runtime/pprof/pprof_test.go#newcode27 src/pkg/runtime/pprof/pprof_test.go:27: // But do at least 500 iterations (which ...
10 years, 6 months ago (2014-08-30 17:33:26 UTC) #3
dvyukov
https://codereview.appspot.com/133370043/diff/60001/src/pkg/runtime/pprof/pprof_test.go File src/pkg/runtime/pprof/pprof_test.go (right): https://codereview.appspot.com/133370043/diff/60001/src/pkg/runtime/pprof/pprof_test.go#newcode27 src/pkg/runtime/pprof/pprof_test.go:27: // But do at least 500 iterations (which should ...
10 years, 6 months ago (2014-08-30 18:36:08 UTC) #4
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=46b364806919 *** runtime/pprof: make CPU profiling tests more robust Under the race ...
10 years, 6 months ago (2014-08-30 18:39:03 UTC) #5
gobot
10 years, 6 months ago (2014-08-30 20:11:02 UTC) #6
Message was sent while issue was closed.
This CL appears to have broken the windows-386 builder.
See http://build.golang.org/log/8ead94a66617e6f8084270e134363bfa0cfd95bd
Sign in to reply to this message.

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