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

Issue 131563009: [telemetry] bitmaptools as a standalone executable (Closed)

Created:
6 years, 11 months ago by szym
Modified:
6 years, 11 months ago
Reviewers:
tonyg, M-A Ruel
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

[telemetry] bitmaptools as a standalone executable The C++ binary implements simple per-pixel algorithms for SpeedIndex computation. This allows us to achieve near real-time processing without bringing external dependencies. The bitmaptools binary needs to be built before it can be used. The overhead of spawning a child process for each frame is about 3ms. BUG=323813 TEST=telemetry bitmap_unittest Original review: https://codereview.chromium.org/136793022 TBR=tonyg,maruel Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246361

Patch Set 1 #

Patch Set 2 : reupload #

Patch Set 3 : add telemetry.gyp:*#host to all_android.gyp:All #

Patch Set 4 : add toolsets:host to telemetry.gyp #

Patch Set 5 : add unused_stdin/out to silent a warning; add telemetry.gyp:*#host to android_tools #

Patch Set 6 : move telemetry.gyp in target All to OS!=ios #

Unified diffs Side-by-side diffs Delta from patch set Stats (+382 lines, -60 lines) Patch
M PRESUBMIT.py View 1 chunk +2 lines, -0 lines 0 comments Download
M build/all.gyp View 1 2 3 4 5 5 chunks +5 lines, -0 lines 0 comments Download
M build/all_android.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/telemetry.isolate View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/android/android_tools.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + tools/telemetry/telemetry.gyp View 1 2 3 1 chunk +7 lines, -9 lines 0 comments Download
M tools/telemetry/telemetry/core/bitmap.py View 7 chunks +94 lines, -46 lines 0 comments Download
M tools/telemetry/telemetry/core/bitmap_unittest.py View 7 chunks +7 lines, -5 lines 0 comments Download
A tools/telemetry/telemetry/core/bitmaptools.cc View 1 2 3 4 1 chunk +264 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/131563009/70001
6 years, 11 months ago (2014-01-18 07:53:23 UTC) #1
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
6 years, 11 months ago (2014-01-18 08:55:00 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/131563009/70001
6 years, 11 months ago (2014-01-18 16:05:07 UTC) #3
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
6 years, 11 months ago (2014-01-18 16:59:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/131563009/70001
6 years, 11 months ago (2014-01-18 16:59:54 UTC) #5
tonyg
I patched this in, built bitmaptools and am getting this stack: Traceback (most recent call ...
6 years, 11 months ago (2014-01-18 17:08:52 UTC) #6
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
6 years, 11 months ago (2014-01-18 17:49:55 UTC) #7
szym
On Sat, Jan 18, 2014 at 12:08 PM, <tonyg@chromium.org> wrote: > OSError: [Errno 8] Exec ...
6 years, 11 months ago (2014-01-18 18:35:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/131563009/70001
6 years, 11 months ago (2014-01-18 20:35:25 UTC) #9
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
6 years, 11 months ago (2014-01-18 21:25:38 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/131563009/70001
6 years, 11 months ago (2014-01-18 21:46:05 UTC) #11
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
6 years, 11 months ago (2014-01-18 22:35:39 UTC) #12
tonyg
On 2014/01/18 18:35:03, szym wrote: > On Sat, Jan 18, 2014 at 12:08 PM, <mailto:tonyg@chromium.org> ...
6 years, 11 months ago (2014-01-18 22:55:02 UTC) #13
tonyg
On Sat, Jan 18, 2014 at 2:55 PM, <tonyg@chromium.org> wrote: > On 2014/01/18 18:35:03, szym ...
6 years, 11 months ago (2014-01-18 23:01:00 UTC) #14
szym
I added #host to telemetry.gyp dependency in the All target in all.gyp and all_android.gyp, but ...
6 years, 11 months ago (2014-01-19 01:12:34 UTC) #15
szym
However, this was the data posted to the server: xsrf_token: 7321b53cc85d82c96d24fbed458a66cc add_as_reviewer: 0 message_only: 1 ...
6 years, 11 months ago (2014-01-22 14:00:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szym@chromium.org/131563009/680001
6 years, 11 months ago (2014-01-22 15:41:29 UTC) #17
commit-bot: I haz the power
6 years, 11 months ago (2014-01-22 17:50:02 UTC) #18
Message was sent while issue was closed.
Change committed as 246361

Powered by Google App Engine
This is Rietveld 408576698