Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Issue 2572873003: Add --print-benchmarking-metrics to the VM for Golem. (Closed)

Created:
4 years ago by rmacnak
Modified:
3 years, 10 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : sync, metrics #

Patch Set 5 : metric #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -16 lines) Patch
M runtime/vm/flag_list.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 2 chunks +12 lines, -3 lines 0 comments Download
M runtime/vm/metrics.h View 1 2 3 4 2 chunks +12 lines, -2 lines 0 comments Download
M runtime/vm/metrics.cc View 1 2 3 4 5 chunks +31 lines, -11 lines 2 comments Download

Messages

Total messages: 14 (3 generated)
rmacnak
Looks like $ ./out/ReleaseX64/dart --print-benchmarking-metrics ~/benchmarks/DeltaBlue/dart/DeltaBlue.dart MakeRunnable(Latency): 97909 us. MakeRunnable(HeapSize): 1702032 B. DeltaBlue(RunTime): 1103.2497606177606 us. ...
4 years ago (2016-12-14 18:17:50 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/2572873003/diff/1/runtime/vm/flag_list.h File runtime/vm/flag_list.h (right): https://codereview.chromium.org/2572873003/diff/1/runtime/vm/flag_list.h#newcode127 runtime/vm/flag_list.h:127: "Print metrics used by continuous benchmarking.") \ "Print ...
4 years ago (2016-12-14 18:22:47 UTC) #3
Cutch
DBC https://codereview.chromium.org/2572873003/diff/20001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/2572873003/diff/20001/runtime/vm/isolate.cc#newcode1189 runtime/vm/isolate.cc:1189: OS::Print("MakeRunnable(Latency): %" Pd64 " us.\n", uptime); Please use ...
4 years ago (2016-12-14 18:34:36 UTC) #5
sortie
The existence of Golem is not public though it has been leaked through sdk commit ...
4 years ago (2016-12-14 19:09:52 UTC) #6
rmacnak
John, PTAL at use of metrics. Perhaps we also should have metric printing use the ...
4 years ago (2016-12-16 19:10:22 UTC) #7
Cutch
On 2016/12/16 19:10:22, rmacnak wrote: > John, PTAL at use of metrics. Perhaps we also ...
4 years ago (2016-12-16 21:43:34 UTC) #8
Cutch
https://codereview.chromium.org/2572873003/diff/40001/runtime/vm/dart.cc File runtime/vm/dart.cc (right): https://codereview.chromium.org/2572873003/diff/40001/runtime/vm/dart.cc#newcode489 runtime/vm/dart.cc:489: OS::Print("PeakRSS(MemoryUse): %" Pd64 " B.\n", OS::MaxRSS()); This can just ...
4 years ago (2016-12-16 21:49:07 UTC) #9
Cutch
On 2016/12/16 21:49:07, Cutch wrote: > https://codereview.chromium.org/2572873003/diff/40001/runtime/vm/dart.cc > File runtime/vm/dart.cc (right): > > https://codereview.chromium.org/2572873003/diff/40001/runtime/vm/dart.cc#newcode489 > ...
3 years, 10 months ago (2017-01-31 17:09:14 UTC) #10
rmacnak
sync'd + metric changed. John, PTAL. https://codereview.chromium.org/2572873003/diff/80001/runtime/vm/metrics.cc File runtime/vm/metrics.cc (right): https://codereview.chromium.org/2572873003/diff/80001/runtime/vm/metrics.cc#newcode158 runtime/vm/metrics.cc:158: return zone->PrintToString("%s %s", ...
3 years, 10 months ago (2017-01-31 23:49:20 UTC) #11
Cutch
lgtm https://codereview.chromium.org/2572873003/diff/80001/runtime/vm/metrics.cc File runtime/vm/metrics.cc (right): https://codereview.chromium.org/2572873003/diff/80001/runtime/vm/metrics.cc#newcode158 runtime/vm/metrics.cc:158: return zone->PrintToString("%s %s", name(), ValueToString(Value(), unit())); On 2017/01/31 ...
3 years, 10 months ago (2017-01-31 23:50:56 UTC) #12
rmacnak
3 years, 10 months ago (2017-02-01 00:39:27 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
1688aa810ec66d3986e1d0d49611ba7e96a3d2c2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698