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

Issue 6587069: code review 6587069: benchcmp: show memory statistics, when available (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by jeff.allen
Modified:
12 years, 6 months ago
Reviewers:
CC:
minux1, dave_cheney.net, extra, rsc, golang-dev
Visibility:
Public.

Description

benchcmp: show memory statistics, when available

Patch Set 1 #

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

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

Total comments: 1

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

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

Patch Set 6 : diff -r 93dc7f0e302b https://code.google.com/p/go #

Patch Set 7 : diff -r 93dc7f0e302b https://code.google.com/p/go #

Total comments: 2

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

Patch Set 9 : diff -r c0761b6a5160 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -2 lines) Patch
M misc/benchcmp View 1 2 3 4 5 6 7 3 chunks +34 lines, -2 lines 0 comments Download

Messages

Total messages: 16
jeff.allen
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 7 months ago (2012-10-03 12:24:54 UTC) #1
minux1
does "MB/s" always there when there is "allocs/op"?
12 years, 7 months ago (2012-10-03 15:10:41 UTC) #2
jeff.allen
On 2012/10/03 15:10:41, minux wrote: > does "MB/s" always there when there is "allocs/op"? Sorry, ...
12 years, 7 months ago (2012-10-03 15:26:28 UTC) #3
minux1
On Wednesday, October 3, 2012, wrote: > On 2012/10/03 15:10:41, minux wrote: > >> does ...
12 years, 7 months ago (2012-10-03 15:30:17 UTC) #4
jeff.allen
With this change, benchcmp compares that which is available to compare. If there are allocs/op ...
12 years, 7 months ago (2012-10-16 20:39:01 UTC) #5
minux1
https://codereview.appspot.com/6587069/diff/4001/misc/benchcmp File misc/benchcmp (right): https://codereview.appspot.com/6587069/diff/4001/misc/benchcmp#newcode30 misc/benchcmp:30: if($8 == "allocs/op") the problem is: you hardcode column ...
12 years, 7 months ago (2012-10-22 16:06:32 UTC) #6
jeff.allen
OK, good catch. Fixed it by trying both positions, hacky but seems reasonable for this ...
12 years, 7 months ago (2012-10-23 10:16:08 UTC) #7
jeff.allen
Fixed formatting of allocations (no longer displayed as floats). PTAL
12 years, 6 months ago (2012-10-30 16:03:37 UTC) #8
dave_cheney.net
Is it possible to have the delta displayed in the same format as the ns/op ...
12 years, 6 months ago (2012-10-30 16:09:41 UTC) #9
jeff.allen
Done. Example of the current format (ignore the data, it's false): benchmark old ns/op new ...
12 years, 6 months ago (2012-10-31 14:09:14 UTC) #10
dave_cheney.net
Thank you, it's good to be consistent. On Thu, Nov 1, 2012 at 1:09 AM, ...
12 years, 6 months ago (2012-10-31 14:11:17 UTC) #11
extra
On 2012/10/31 14:09:14, jeff.allen wrote: > Done. Example of the current format (ignore the data, ...
12 years, 6 months ago (2012-10-31 18:30:14 UTC) #12
rsc
looks fine; leaving for minux to do the final lgtm and submit thanks! https://codereview.appspot.com/6587069/diff/20002/misc/benchcmp File ...
12 years, 6 months ago (2012-11-01 16:35:20 UTC) #13
jeff.allen
Hello minux.ma@gmail.com, dave@cheney.net, extraterrestrial.neighbour@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 6 months ago (2012-11-02 15:58:51 UTC) #14
minux1
LGTM. Thanks.
12 years, 6 months ago (2012-11-02 16:34:46 UTC) #15
minux1
12 years, 6 months ago (2012-11-02 18:14:04 UTC) #16
*** Submitted as http://code.google.com/p/go/source/detail?r=799fb89cf9b8 ***

misc/benchcmp: show memory statistics, when available

R=minux.ma, dave, extraterrestrial.neighbour, rsc
CC=golang-dev
http://codereview.appspot.com/6587069

Committer: Shenghou Ma <minux.ma@gmail.com>
Sign in to reply to this message.

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