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

Issue 1394963002: Adds a couple more measures to the benchmarking app (Closed)

Created:
5 years, 2 months ago by zra
Modified:
5 years, 2 months ago
Reviewers:
ppi
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, tonyg, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Format #

Total comments: 6

Patch Set 3 : #

Total comments: 15

Patch Set 4 : Address comments #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -19 lines) Patch
M apps/benchmark/README.md View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M apps/benchmark/measurements.h View 1 2 3 3 chunks +14 lines, -6 lines 0 comments Download
M apps/benchmark/measurements.cc View 1 2 3 4 5 6 8 chunks +39 lines, -6 lines 0 comments Download
M apps/benchmark/measurements_unittest.cc View 1 2 3 4 5 2 chunks +42 lines, -5 lines 0 comments Download
M apps/benchmark/run_args.cc View 1 2 3 4 5 6 7 1 chunk +14 lines, -0 lines 0 comments Download
M examples/dart/mojo_rtt_benchmark/lib/main.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/devtools/common/mojo_benchmark View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M mojo/tools/data/rtt_benchmarks View 1 2 8 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
zra
5 years, 2 months ago (2015-10-08 21:32:46 UTC) #2
ppi
As discussed offline and after chatting with Tony, I think that we should eventually have ...
5 years, 2 months ago (2015-10-08 22:29:47 UTC) #3
zra
https://codereview.chromium.org/1394963002/diff/20001/apps/benchmark/benchmark_app.cc File apps/benchmark/benchmark_app.cc (right): https://codereview.chromium.org/1394963002/diff/20001/apps/benchmark/benchmark_app.cc#newcode122 apps/benchmark/benchmark_app.cc:122: for (double result : results) { On 2015/10/08 22:29:47, ...
5 years, 2 months ago (2015-10-09 14:51:15 UTC) #4
ppi
https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc File apps/benchmark/measurements.cc (right): https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc#newcode123 apps/benchmark/measurements.cc:123: if ((percentile < 0.0) || (percentile > 1.0)) { ...
5 years, 2 months ago (2015-10-12 19:19:19 UTC) #5
zra
https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc File apps/benchmark/measurements.cc (right): https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc#newcode123 apps/benchmark/measurements.cc:123: if ((percentile < 0.0) || (percentile > 1.0)) { ...
5 years, 2 months ago (2015-10-12 20:38:19 UTC) #6
ppi
https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc File apps/benchmark/measurements.cc (right): https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc#newcode141 apps/benchmark/measurements.cc:141: static_cast<size_t>(static_cast<double>(durations.size()) * percentile); On 2015/10/12 20:38:19, zra wrote: > ...
5 years, 2 months ago (2015-10-12 20:53:55 UTC) #7
zra
https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc File apps/benchmark/measurements.cc (right): https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc#newcode141 apps/benchmark/measurements.cc:141: static_cast<size_t>(static_cast<double>(durations.size()) * percentile); On 2015/10/12 20:53:54, ppi wrote: > ...
5 years, 2 months ago (2015-10-12 22:59:33 UTC) #8
ppi
https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc File apps/benchmark/measurements.cc (right): https://codereview.chromium.org/1394963002/diff/40001/apps/benchmark/measurements.cc#newcode141 apps/benchmark/measurements.cc:141: static_cast<size_t>(static_cast<double>(durations.size()) * percentile); On 2015/10/12 22:59:33, zra wrote: > ...
5 years, 2 months ago (2015-10-12 23:15:20 UTC) #9
zra
https://codereview.chromium.org/1394963002/diff/80001/apps/benchmark/measurements.cc File apps/benchmark/measurements.cc (right): https://codereview.chromium.org/1394963002/diff/80001/apps/benchmark/measurements.cc#newcode139 apps/benchmark/measurements.cc:139: if (percentile == 0.0) { On 2015/10/12 23:15:20, ppi ...
5 years, 2 months ago (2015-10-13 03:35:39 UTC) #10
ppi
lgtm % comment https://codereview.chromium.org/1394963002/diff/120001/apps/benchmark/run_args.cc File apps/benchmark/run_args.cc (right): https://codereview.chromium.org/1394963002/diff/120001/apps/benchmark/run_args.cc#newcode67 apps/benchmark/run_args.cc:67: LOG(ERROR) << "Expected '" << result->param ...
5 years, 2 months ago (2015-10-13 03:55:00 UTC) #11
zra
https://codereview.chromium.org/1394963002/diff/120001/apps/benchmark/run_args.cc File apps/benchmark/run_args.cc (right): https://codereview.chromium.org/1394963002/diff/120001/apps/benchmark/run_args.cc#newcode67 apps/benchmark/run_args.cc:67: LOG(ERROR) << "Expected '" << result->param << "' to ...
5 years, 2 months ago (2015-10-13 05:09:26 UTC) #12
zra
5 years, 2 months ago (2015-10-13 05:09:43 UTC) #13
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
0d891ea1f48e9f630d1cd524ba60499b0e5760a9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698