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

Issue 414253004: Introduce TracingController and TracingControllerBackend skeleton (Closed)

Created:
6 years, 4 months ago by nduca
Modified:
6 years, 4 months ago
Reviewers:
nednguyen
CC:
chromium-reviews, telemetry+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Introduce TracingController and TracingControllerBackend skeleton BUG=356763 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287874

Patch Set 1 #

Total comments: 5

Patch Set 2 : latest #

Patch Set 3 : ready #

Patch Set 4 : ready_to_land #

Unified diffs Side-by-side diffs Delta from patch set Stats (+538 lines, -221 lines) Patch
M tools/perf/measurements/thread_times.py View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M tools/perf/measurements/timeline_controller.py View 1 2 3 chunks +7 lines, -8 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/tracing_backend.py View 1 2 4 chunks +5 lines, -90 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/tracing_backend_unittest.py View 1 2 1 chunk +0 lines, -85 lines 0 comments Download
M tools/telemetry/telemetry/core/browser.py View 1 2 3 6 chunks +23 lines, -8 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/__init__.py View 1 3 3 chunks +8 lines, -10 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/platform_backend.py View 1 3 3 chunks +43 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/platform/tracing_category_filter.py View 1 2 1 chunk +179 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/platform/tracing_category_filter_unittest.py View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/platform/tracing_controller.py View 1 1 chunk +40 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/platform/tracing_controller_backend.py View 1 1 chunk +75 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/platform/tracing_options.py View 1 chunk +13 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/tab_unittest.py View 1 2 3 5 chunks +11 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/page/actions/action_runner_unittest.py View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/web_perf/timeline_based_measurement.py View 1 2 2 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nduca
ptal
6 years, 4 months ago (2014-08-04 19:30:25 UTC) #1
nednguyen
LGTM overall. Some nits & questions. https://codereview.chromium.org/414253004/diff/1/tools/telemetry/telemetry/core/platform/__init__.py File tools/telemetry/telemetry/core/platform/__init__.py (right): https://codereview.chromium.org/414253004/diff/1/tools/telemetry/telemetry/core/platform/__init__.py#newcode89 tools/telemetry/telemetry/core/platform/__init__.py:89: def SetFullPerformanceModeEnabled(self, enabled): ...
6 years, 4 months ago (2014-08-04 22:12:07 UTC) #2
nduca
> tools/telemetry/telemetry/core/platform/platform_backend.py:70: self.SetFullPerformanceModeEnabled(True) > Can you add some unittest for this logic of setting & ...
6 years, 4 months ago (2014-08-05 00:55:52 UTC) #3
nduca
> There is a DidCreateBrowser sent to the platform. I can add the tracer. Note ...
6 years, 4 months ago (2014-08-05 01:04:09 UTC) #4
nednguyen
On 2014/08/05 01:04:09, nduca wrote: > > There is a DidCreateBrowser sent to the platform. ...
6 years, 4 months ago (2014-08-05 01:17:27 UTC) #5
nduca
The CQ bit was checked by nduca@chromium.org
6 years, 4 months ago (2014-08-06 18:46:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/414253004/60001
6 years, 4 months ago (2014-08-06 18:47:46 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 22:19:42 UTC) #8
Message was sent while issue was closed.
Change committed as 287874

Powered by Google App Engine
This is Rietveld 408576698