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

Issue 1266833004: telemetry: Add a page set for blink's memory usage measurement (Closed)

Created:
5 years, 4 months ago by bashi
Modified:
5 years, 3 months ago
CC:
chromium-reviews, haraken, ssid, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

telemetry: Add a page set for blink's memory usage measurement The page set will be used as metrics for tracking memory reduction efforts on Blink. Details can be found at [1]. [1] https://docs.google.com/document/d/1zlGQkwkWEu5LUg-CrZHHRuhDtZcuvrRv8bjdC8-noaU/edit?usp=sharing BUG=524338 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Committed: https://crrev.com/0836ebab5ec66a9092722acacdbacc15b02b18ce Cr-Commit-Position: refs/heads/master@{#348864}

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Preparing for recording #

Total comments: 2

Patch Set 7 : Ready for review #

Total comments: 16

Patch Set 8 : #

Total comments: 51

Patch Set 9 : Timeline based #

Total comments: 12

Patch Set 10 : #

Patch Set 11 : #

Total comments: 2

Patch Set 12 : #

Total comments: 10

Patch Set 13 : #

Total comments: 2

Patch Set 14 : #

Total comments: 7

Patch Set 15 : #

Total comments: 1

Patch Set 16 : #

Patch Set 17 : Pass no-sandbox #

Patch Set 18 : Disabled #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -43 lines) Patch
M tools/perf/benchmarks/benchmark_smoke_unittest.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +4 lines, -0 lines 0 comments Download
A tools/perf/benchmarks/memory_benchmark.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +72 lines, -0 lines 0 comments Download
M tools/perf/benchmarks/memory_health_plan.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -43 lines 0 comments Download
A tools/perf/page_sets/blink_memory_mobile.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +136 lines, -0 lines 0 comments Download
A tools/perf/page_sets/data/blink_memory_mobile.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +16 lines, -0 lines 0 comments Download
A tools/perf/page_sets/data/blink_memory_mobile_000.wpr.sha1 View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 119 (31 generated)
bashi
Hi petrcermak, I'm trying to use request-based memory dumps you added in https://codereview.chromium.org/1224083015, but I ...
5 years, 4 months ago (2015-08-04 06:44:23 UTC) #2
petrcermak
Hi, The issue occurred to me one or two times when I started investigating it, ...
5 years, 4 months ago (2015-08-04 13:05:03 UTC) #3
bashi
On 2015/08/04 13:05:03, petrcermak wrote: > Hi, > > The issue occurred to me one ...
5 years, 4 months ago (2015-08-05 09:46:21 UTC) #4
bashi
https://codereview.chromium.org/1266833004/diff/1/tools/perf/measurements/renderer_memory.py File tools/perf/measurements/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/1/tools/perf/measurements/renderer_memory.py#newcode26 tools/perf/measurements/renderer_memory.py:26: options.AppendExtraBrowserArgs(['--no-sandbox']) On 2015/08/04 13:05:03, petrcermak wrote: > You need ...
5 years, 4 months ago (2015-08-05 09:46:30 UTC) #5
bashi
Hi petrcermak, We have another question. Could you give us some advices? Thanks! https://codereview.chromium.org/1266833004/diff/100001/tools/perf/measurements/renderer_memory.py File ...
5 years, 4 months ago (2015-08-19 09:00:45 UTC) #7
hajimehoshi
On 2015/08/19 09:00:45, bashi1 wrote: > Hi petrcermak, > > We have another question. Could ...
5 years, 4 months ago (2015-08-19 09:36:55 UTC) #8
Primiano Tucci (use gerrit)
FYI petrcermak is OOO this week. I guess he'll look into this once back.
5 years, 4 months ago (2015-08-19 09:42:50 UTC) #9
petrcermak
Finally back from vacation... https://codereview.chromium.org/1266833004/diff/100001/tools/perf/measurements/renderer_memory.py File tools/perf/measurements/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/100001/tools/perf/measurements/renderer_memory.py#newcode38 tools/perf/measurements/renderer_memory.py:38: assert guid is not None ...
5 years, 4 months ago (2015-08-24 11:57:16 UTC) #10
bashi
Thanks for the response! On 2015/08/24 11:57:16, petrcermak wrote: > Finally back from vacation... > ...
5 years, 4 months ago (2015-08-25 07:16:00 UTC) #11
petrcermak
On 2015/08/25 07:16:00, bashi1 wrote: > Thanks for the response! > > On 2015/08/24 11:57:16, ...
5 years, 4 months ago (2015-08-25 12:11:00 UTC) #12
bashi
On 2015/08/25 12:11:00, petrcermak wrote: > On 2015/08/25 07:16:00, bashi1 wrote: > > Thanks for ...
5 years, 4 months ago (2015-08-26 07:20:24 UTC) #13
bashi
PS#7 is ready for review. skyostil@, could you take a look or suggest reviewers? Thanks,
5 years, 4 months ago (2015-08-26 07:27:17 UTC) #15
petrcermak
A couple of comments on code style. Thanks, Petr https://codereview.chromium.org/1266833004/diff/120001/tools/perf/measurements/renderer_memory.py File tools/perf/measurements/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/120001/tools/perf/measurements/renderer_memory.py#newcode18 tools/perf/measurements/renderer_memory.py:18: ...
5 years, 4 months ago (2015-08-26 08:20:19 UTC) #16
bashi
Thanks for review! BTW, some bots are failing. --- Archive data file not found for ...
5 years, 4 months ago (2015-08-26 08:57:34 UTC) #17
petrcermak
I completely skipped some of the files for some reason. Here are a few more ...
5 years, 4 months ago (2015-08-26 09:33:51 UTC) #18
Sami
Thanks, added a few comments. https://codereview.chromium.org/1266833004/diff/140001/tools/perf/measurements/renderer_memory.py File tools/perf/measurements/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/140001/tools/perf/measurements/renderer_memory.py#newcode1 tools/perf/measurements/renderer_memory.py:1: # Copyright 2015 The ...
5 years, 4 months ago (2015-08-26 10:03:26 UTC) #19
Primiano Tucci (use gerrit)
My suggestion here is to loop in perezju who developed / is developing the system ...
5 years, 3 months ago (2015-08-26 10:27:58 UTC) #20
perezju
On 2015/08/26 at 10:27:58, primiano wrote: > My suggestion here is to loop in perezju ...
5 years, 3 months ago (2015-08-26 10:47:13 UTC) #22
nednguyen
https://codereview.chromium.org/1266833004/diff/140001/tools/perf/measurements/renderer_memory.py File tools/perf/measurements/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/140001/tools/perf/measurements/renderer_memory.py#newcode12 tools/perf/measurements/renderer_memory.py:12: class RendererMemory(page_test.PageTest): I am not ok with adding another ...
5 years, 3 months ago (2015-08-26 11:50:23 UTC) #24
bashi
On 2015/08/26 11:50:23, nednguyen wrote: > https://codereview.chromium.org/1266833004/diff/140001/tools/perf/measurements/renderer_memory.py > File tools/perf/measurements/renderer_memory.py (right): > > https://codereview.chromium.org/1266833004/diff/140001/tools/perf/measurements/renderer_memory.py#newcode12 > ...
5 years, 3 months ago (2015-08-26 23:08:50 UTC) #25
perezju
On 2015/08/26 at 23:08:50, bashi wrote: > On 2015/08/26 11:50:23, nednguyen wrote: > > https://codereview.chromium.org/1266833004/diff/140001/tools/perf/measurements/renderer_memory.py ...
5 years, 3 months ago (2015-08-27 08:25:09 UTC) #26
nednguyen
On 2015/08/27 08:25:09, perezju wrote: > On 2015/08/26 at 23:08:50, bashi wrote: > > On ...
5 years, 3 months ago (2015-08-27 13:08:49 UTC) #27
bashi
Thanks for the clarification. Shifted to timeline based measurement. https://codereview.chromium.org/1266833004/diff/140001/tools/perf/page_sets/blink_memory_mobile.py File tools/perf/page_sets/blink_memory_mobile.py (right): https://codereview.chromium.org/1266833004/diff/140001/tools/perf/page_sets/blink_memory_mobile.py#newcode4 tools/perf/page_sets/blink_memory_mobile.py:4: ...
5 years, 3 months ago (2015-08-28 01:49:08 UTC) #29
nednguyen
https://codereview.chromium.org/1266833004/diff/140001/tools/perf/page_sets/blink_memory_mobile.py File tools/perf/page_sets/blink_memory_mobile.py (right): https://codereview.chromium.org/1266833004/diff/140001/tools/perf/page_sets/blink_memory_mobile.py#newcode28 tools/perf/page_sets/blink_memory_mobile.py:28: url='http://www.theverge.com/2015/8/11/9133883/taylor-swift-spotify-discover-weekly-what-is-going-on', On 2015/08/28 01:49:08, bashi1 wrote: > On 2015/08/26 ...
5 years, 3 months ago (2015-08-28 03:58:47 UTC) #30
Sami
https://codereview.chromium.org/1266833004/diff/140001/tools/perf/page_sets/blink_memory_mobile.py File tools/perf/page_sets/blink_memory_mobile.py (right): https://codereview.chromium.org/1266833004/diff/140001/tools/perf/page_sets/blink_memory_mobile.py#newcode24 tools/perf/page_sets/blink_memory_mobile.py:24: class TheVergePage(BlinkMemoryMobilePage): On 2015/08/28 01:49:07, bashi1 wrote: > On ...
5 years, 3 months ago (2015-08-28 11:32:22 UTC) #31
perezju
https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py File tools/perf/benchmarks/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py#newcode25 tools/perf/benchmarks/renderer_memory.py:25: options.AppendExtraBrowserArgs('--enable-memory-benchmarking') I worry a bit about duplicating these temporary ...
5 years, 3 months ago (2015-08-28 12:54:32 UTC) #32
nednguyen(REVIEW IN OTHER ACC)
On 2015/08/28 12:54:32, perezju wrote: > https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py > File tools/perf/benchmarks/renderer_memory.py (right): > > https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py#newcode25 > ...
5 years, 3 months ago (2015-08-28 15:19:38 UTC) #33
bashi
Thanks for reviews and sorry for the delay. https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py File tools/perf/benchmarks/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py#newcode25 tools/perf/benchmarks/renderer_memory.py:25: options.AppendExtraBrowserArgs('--enable-memory-benchmarking') ...
5 years, 3 months ago (2015-08-31 23:47:28 UTC) #34
nednguyen
https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py File tools/perf/benchmarks/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py#newcode25 tools/perf/benchmarks/renderer_memory.py:25: options.AppendExtraBrowserArgs('--enable-memory-benchmarking') On 2015/08/31 23:47:28, bashi1 wrote: > On 2015/08/28 ...
5 years, 3 months ago (2015-09-01 17:52:38 UTC) #35
bashi
https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py File tools/perf/benchmarks/renderer_memory.py (right): https://codereview.chromium.org/1266833004/diff/180001/tools/perf/benchmarks/renderer_memory.py#newcode25 tools/perf/benchmarks/renderer_memory.py:25: options.AppendExtraBrowserArgs('--enable-memory-benchmarking') On 2015/09/01 17:52:38, nednguyen wrote: > On 2015/08/31 ...
5 years, 3 months ago (2015-09-01 22:37:00 UTC) #36
nednguyen
https://codereview.chromium.org/1266833004/diff/220001/tools/perf/core/perf_benchmark.py File tools/perf/core/perf_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/220001/tools/perf/core/perf_benchmark.py#newcode65 tools/perf/core/perf_benchmark.py:65: class _MemoryBenchmark(PerfBenchmark): Err, I suggest you to put _MemoryBenchmark ...
5 years, 3 months ago (2015-09-01 22:40:17 UTC) #37
bashi
https://codereview.chromium.org/1266833004/diff/220001/tools/perf/core/perf_benchmark.py File tools/perf/core/perf_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/220001/tools/perf/core/perf_benchmark.py#newcode65 tools/perf/core/perf_benchmark.py:65: class _MemoryBenchmark(PerfBenchmark): On 2015/09/01 22:40:17, nednguyen wrote: > Err, ...
5 years, 3 months ago (2015-09-01 23:00:36 UTC) #39
perezju
(non-owner) lgtm w/nits https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py File tools/perf/benchmarks/memory_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py#newcode17 tools/perf/benchmarks/memory_benchmark.py:17: """Base class for timeline based memory ...
5 years, 3 months ago (2015-09-02 09:30:45 UTC) #40
Sami
lg2m with Juan's comments but let Ned have a look too.
5 years, 3 months ago (2015-09-02 13:10:13 UTC) #41
nednguyen
https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py File tools/perf/benchmarks/memory_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py#newcode49 tools/perf/benchmarks/memory_benchmark.py:49: @benchmark.Enabled('android') On 2015/09/02 09:30:45, perezju wrote: > Is there ...
5 years, 3 months ago (2015-09-02 16:30:07 UTC) #42
nednguyen
On 2015/09/02 16:30:07, nednguyen wrote: > https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py > File tools/perf/benchmarks/memory_benchmark.py (right): > > https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py#newcode49 > ...
5 years, 3 months ago (2015-09-02 16:30:37 UTC) #43
bashi
https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py File tools/perf/benchmarks/memory_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/260001/tools/perf/benchmarks/memory_benchmark.py#newcode17 tools/perf/benchmarks/memory_benchmark.py:17: """Base class for timeline based memory benchmark.""" On 2015/09/02 ...
5 years, 3 months ago (2015-09-03 23:12:21 UTC) #44
nednguyen
lgtm https://codereview.chromium.org/1266833004/diff/280001/tools/perf/benchmarks/memory_benchmark.py File tools/perf/benchmarks/memory_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/280001/tools/perf/benchmarks/memory_benchmark.py#newcode32 tools/perf/benchmarks/memory_benchmark.py:32: @benchmark.Enabled('android') Removed?
5 years, 3 months ago (2015-09-04 02:01:28 UTC) #45
bashi
https://codereview.chromium.org/1266833004/diff/280001/tools/perf/benchmarks/memory_benchmark.py File tools/perf/benchmarks/memory_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/280001/tools/perf/benchmarks/memory_benchmark.py#newcode32 tools/perf/benchmarks/memory_benchmark.py:32: @benchmark.Enabled('android') On 2015/09/04 02:01:28, nednguyen wrote: > Removed? Forgot ...
5 years, 3 months ago (2015-09-04 02:37:11 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/300001
5 years, 3 months ago (2015-09-04 02:37:55 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/96473)
5 years, 3 months ago (2015-09-04 02:47:15 UTC) #51
nednguyen
https://codereview.chromium.org/1266833004/diff/300001/tools/perf/page_sets/blink_memory_mobile.py File tools/perf/page_sets/blink_memory_mobile.py (right): https://codereview.chromium.org/1266833004/diff/300001/tools/perf/page_sets/blink_memory_mobile.py#newcode43 tools/perf/page_sets/blink_memory_mobile.py:43: url='http://www.theverge.com/2015/8/11/9133883/taylor-swift-spotify-discover-weekly-what-is-going-on', To prevent lint error, move url= part up ...
5 years, 3 months ago (2015-09-04 02:52:12 UTC) #52
bashi
Thanks for the catch! https://codereview.chromium.org/1266833004/diff/300001/tools/perf/benchmarks/memory_benchmark.py File tools/perf/benchmarks/memory_benchmark.py (right): https://codereview.chromium.org/1266833004/diff/300001/tools/perf/benchmarks/memory_benchmark.py#newcode9 tools/perf/benchmarks/memory_benchmark.py:9: from telemetry import benchmark pylint ...
5 years, 3 months ago (2015-09-04 03:31:01 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/320001
5 years, 3 months ago (2015-09-04 03:31:20 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/109007)
5 years, 3 months ago (2015-09-04 04:07:08 UTC) #58
nednguyen
https://codereview.chromium.org/1266833004/diff/320001/tools/perf/page_sets/blink_memory_mobile.py File tools/perf/page_sets/blink_memory_mobile.py (right): https://codereview.chromium.org/1266833004/diff/320001/tools/perf/page_sets/blink_memory_mobile.py#newcode95 tools/perf/page_sets/blink_memory_mobile.py:95: archive_data_file='data/blink_memory_mobile.json', You forgot to check in data/blink_memory_mobile.json?
5 years, 3 months ago (2015-09-04 04:18:19 UTC) #59
bashi
On 2015/09/04 04:18:19, nednguyen wrote: > https://codereview.chromium.org/1266833004/diff/320001/tools/perf/page_sets/blink_memory_mobile.py > File tools/perf/page_sets/blink_memory_mobile.py (right): > > https://codereview.chromium.org/1266833004/diff/320001/tools/perf/page_sets/blink_memory_mobile.py#newcode95 > ...
5 years, 3 months ago (2015-09-04 04:47:04 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/340001
5 years, 3 months ago (2015-09-04 04:47:21 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/100219)
5 years, 3 months ago (2015-09-04 05:24:20 UTC) #65
bashi
On 2015/09/04 05:24:20, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 3 months ago (2015-09-04 05:29:28 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/340001
5 years, 3 months ago (2015-09-04 05:29:43 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/108225)
5 years, 3 months ago (2015-09-04 06:07:54 UTC) #70
bashi
On 2015/09/04 06:07:54, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 3 months ago (2015-09-04 09:22:51 UTC) #71
Primiano Tucci (use gerrit)
> primiano@, do you think we should add --no-sandbox option to > options.AppendExtraBrowserArgs()? Oh yes! ...
5 years, 3 months ago (2015-09-04 09:42:32 UTC) #72
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/360001
5 years, 3 months ago (2015-09-07 03:33:56 UTC) #75
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/65738)
5 years, 3 months ago (2015-09-07 05:54:06 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/360001
5 years, 3 months ago (2015-09-07 22:12:26 UTC) #79
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/65911)
5 years, 3 months ago (2015-09-08 01:40:33 UTC) #81
bashi
On 2015/09/08 01:40:33, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 3 months ago (2015-09-08 06:34:05 UTC) #82
Primiano Tucci (use gerrit)
On 2015/09/08 06:34:05, bashi1 wrote: > On 2015/09/08 01:40:33, commit-bot: I haz the power wrote: ...
5 years, 3 months ago (2015-09-08 08:02:25 UTC) #83
bashi
On 2015/09/08 08:02:25, Primiano Tucci wrote: > On 2015/09/08 06:34:05, bashi1 wrote: > > On ...
5 years, 3 months ago (2015-09-08 08:24:26 UTC) #84
nednguyen
On 2015/09/08 08:24:26, bashi1 wrote: > On 2015/09/08 08:02:25, Primiano Tucci wrote: > > On ...
5 years, 3 months ago (2015-09-08 16:59:07 UTC) #85
nednguyen
On 2015/09/08 16:59:07, nednguyen wrote: > On 2015/09/08 08:24:26, bashi1 wrote: > > On 2015/09/08 ...
5 years, 3 months ago (2015-09-08 17:00:42 UTC) #86
bashi
> Err, nvm what I said. It looks like that these benchmarks only run on ...
5 years, 3 months ago (2015-09-09 05:59:32 UTC) #87
Primiano Tucci (use gerrit)
On 2015/09/09 05:59:32, bashi1 wrote: > > Err, nvm what I said. It looks like ...
5 years, 3 months ago (2015-09-09 08:26:52 UTC) #88
Primiano Tucci (use gerrit)
Please ignore my comment in #88, I just cannot read python inheritance at 9AM in ...
5 years, 3 months ago (2015-09-09 08:51:51 UTC) #89
bashi
On 2015/09/09 08:51:51, Primiano Tucci wrote: > Please ignore my comment in #88, I just ...
5 years, 3 months ago (2015-09-09 08:58:09 UTC) #90
nednguyen
On 2015/09/09 08:58:09, bashi1 wrote: > On 2015/09/09 08:51:51, Primiano Tucci wrote: > > Please ...
5 years, 3 months ago (2015-09-09 15:17:48 UTC) #91
bashi
On 2015/09/09 15:17:48, nednguyen wrote: > On 2015/09/09 08:58:09, bashi1 wrote: > > On 2015/09/09 ...
5 years, 3 months ago (2015-09-11 06:02:05 UTC) #92
nednguyen
On 2015/09/11 06:02:05, bashi1 wrote: > On 2015/09/09 15:17:48, nednguyen wrote: > > On 2015/09/09 ...
5 years, 3 months ago (2015-09-11 15:55:02 UTC) #93
bashi
> The without patch is a little bit dumb as it doesn't know that the ...
5 years, 3 months ago (2015-09-15 03:35:02 UTC) #94
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/380001
5 years, 3 months ago (2015-09-15 03:35:18 UTC) #97
commit-bot: I haz the power
Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
5 years, 3 months ago (2015-09-15 05:35:45 UTC) #99
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/380001
5 years, 3 months ago (2015-09-15 05:37:20 UTC) #101
commit-bot: I haz the power
Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
5 years, 3 months ago (2015-09-15 07:37:50 UTC) #103
bashi
On 2015/09/15 07:37:50, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 3 months ago (2015-09-15 07:48:39 UTC) #104
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/380001
5 years, 3 months ago (2015-09-15 08:50:32 UTC) #106
Primiano Tucci (use gerrit)
On 2015/09/15 08:50:32, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years, 3 months ago (2015-09-15 08:51:31 UTC) #107
commit-bot: I haz the power
Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, no build URL)
5 years, 3 months ago (2015-09-15 08:51:45 UTC) #109
bashi
On 2015/09/15 08:51:45, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 3 months ago (2015-09-15 10:12:27 UTC) #110
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266833004/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266833004/380001
5 years, 3 months ago (2015-09-15 10:12:49 UTC) #112
commit-bot: I haz the power
Committed patchset #18 (id:380001)
5 years, 3 months ago (2015-09-15 10:18:03 UTC) #113
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/0836ebab5ec66a9092722acacdbacc15b02b18ce Cr-Commit-Position: refs/heads/master@{#348864}
5 years, 3 months ago (2015-09-15 10:18:52 UTC) #114
Zhen Wang
A revert of this CL (patchset #18 id:380001) has been created in https://codereview.chromium.org/1347663003/ by zhenw@chromium.org. ...
5 years, 3 months ago (2015-09-15 15:29:45 UTC) #115
perezju
Thanks for the revert. It seems that we do need the @benchmark.Enabled('android'), at least on ...
5 years, 3 months ago (2015-09-15 16:06:39 UTC) #116
nednguyen
On 2015/09/15 16:06:39, perezju wrote: > Thanks for the revert. > > It seems that ...
5 years, 3 months ago (2015-09-15 17:11:57 UTC) #117
bashi
On 2015/09/15 17:11:57, nednguyen wrote: > On 2015/09/15 16:06:39, perezju wrote: > > Thanks for ...
5 years, 3 months ago (2015-09-15 23:05:26 UTC) #118
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:43:57 UTC) #119
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/0836ebab5ec66a9092722acacdbacc15b02b18ce
Cr-Commit-Position: refs/heads/master@{#348864}

Powered by Google App Engine
This is Rietveld 408576698