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

Issue 1612483002: Add pre_log option to nanobench; make this option default true in nanobench and dm. (Closed)

Created:
4 years, 11 months ago by dogben
Modified:
4 years, 11 months ago
Reviewers:
mtklein, reed1
CC:
jcgregorio, reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py. BUG=skia:4826 BUG=skia:4827 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1612483002 Committed: https://skia.googlesource.com/skia/+/8d61f0dd1b6fde5202a14dfafcc1bceccf0d74ad

Patch Set 1 #

Patch Set 2 : Fix MacOS build. #

Total comments: 2

Patch Set 3 : Make pre_log default to false; set in dm_flags.py and nanobench_flags.py instead. #

Total comments: 4

Patch Set 4 : Revert change to enable --pre_log for --verbose. Add auto-edited files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -3 lines) Patch
M bench/nanobench.cpp View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M dm/DM.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M tools/dm_flags.json View 1 2 3 12 chunks +12 lines, -0 lines 0 comments Download
M tools/dm_flags.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/flags/SkCommonFlags.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/flags/SkCommonFlags.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/nanobench_flags.json View 1 2 3 6 chunks +6 lines, -0 lines 0 comments Download
M tools/nanobench_flags.py View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612483002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612483002/1
4 years, 11 months ago (2016-01-20 16:29:37 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Mac10.9-Clang-Arm7-Debug-iOS-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.9-Clang-Arm7-Debug-iOS-Trybot/builds/827)
4 years, 11 months ago (2016-01-20 16:32:39 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612483002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612483002/20001
4 years, 11 months ago (2016-01-20 18:00:38 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-20 18:12:20 UTC) #9
dogben
4 years, 11 months ago (2016-01-20 18:13:43 UTC) #11
dogben
ping
4 years, 11 months ago (2016-01-22 17:45:09 UTC) #12
mtklein
https://codereview.chromium.org/1612483002/diff/20001/tools/flags/SkCommonFlags.cpp File tools/flags/SkCommonFlags.cpp (right): https://codereview.chromium.org/1612483002/diff/20001/tools/flags/SkCommonFlags.cpp#newcode51 tools/flags/SkCommonFlags.cpp:51: DEFINE_bool2(pre_log, p, true, "Log before running each test. May ...
4 years, 11 months ago (2016-01-22 18:08:33 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612483002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612483002/40001
4 years, 11 months ago (2016-01-25 19:38:00 UTC) #16
dogben
https://codereview.chromium.org/1612483002/diff/20001/tools/flags/SkCommonFlags.cpp File tools/flags/SkCommonFlags.cpp (right): https://codereview.chromium.org/1612483002/diff/20001/tools/flags/SkCommonFlags.cpp#newcode51 tools/flags/SkCommonFlags.cpp:51: DEFINE_bool2(pre_log, p, true, "Log before running each test. May ...
4 years, 11 months ago (2016-01-25 19:38:16 UTC) #17
mtklein
https://codereview.chromium.org/1612483002/diff/40001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/1612483002/diff/40001/bench/nanobench.cpp#newcode1042 bench/nanobench.cpp:1042: FLAGS_pre_log = true; Ditto https://codereview.chromium.org/1612483002/diff/40001/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1612483002/diff/40001/dm/DM.cpp#newcode1130 ...
4 years, 11 months ago (2016-01-25 19:44:35 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-25 19:50:53 UTC) #21
dogben
Sorry, my previous diff was incorrect. https://codereview.chromium.org/1612483002/diff/40001/bench/nanobench.cpp File bench/nanobench.cpp (right): https://codereview.chromium.org/1612483002/diff/40001/bench/nanobench.cpp#newcode1042 bench/nanobench.cpp:1042: FLAGS_pre_log = true; ...
4 years, 11 months ago (2016-01-25 20:18:00 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612483002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612483002/60001
4 years, 11 months ago (2016-01-25 20:38:29 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-25 20:49:25 UTC) #26
mtklein
lgtm
4 years, 11 months ago (2016-01-25 20:55:42 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612483002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612483002/60001
4 years, 11 months ago (2016-01-25 20:59:48 UTC) #29
commit-bot: I haz the power
4 years, 11 months ago (2016-01-25 21:02:44 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/8d61f0dd1b6fde5202a14dfafcc1bceccf0d74ad

Powered by Google App Engine
This is Rietveld 408576698