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

Issue 2736903005: [Telemetry] Move telemetry from telemetry/timeline/trace_data to tracing/trace_data (Closed)

Created:
3 years, 9 months ago by rnephew (Reviews Here)
Modified:
3 years, 9 months ago
CC:
catapult-reviews_chromium.org, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

[Telemetry] Move telemetry from telemetry/timeline/trace_data to tracing/trace_data Trace_data was moved to tracing so that other projects, such as systrace, that create traces can use it without relying on telemetry as a whole. BUG=catapult:#3262 Review-Url: https://codereview.chromium.org/2736903005 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/403de21893b7a5d325307ab887f551ef0dcc4a5c

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : remove vinn import #

Patch Set 4 : fix import #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -31 lines) Patch
M telemetry/telemetry/core/tracing_controller_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/backends/chrome_inspector/devtools_client_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/backends/chrome_inspector/devtools_client_backend_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/profiler/android_systrace_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/profiler/strace_profiler.py View 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/profiler/trace_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/tracing_agent/atrace_tracing_agent.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/tracing_agent/battor_tracing_agent_unittest.py View 1 chunk +2 lines, -0 lines 0 comments Download
M telemetry/telemetry/internal/platform/tracing_agent/cpu_tracing_agent.py View 1 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/tracing_agent/cpu_tracing_agent_unittest.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/tracing_agent/display_tracing_agent.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/tracing_controller_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/platform/tracing_controller_backend_unittest.py View 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/internal/results/chart_json_output_formatter_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/results/csv_pivot_table_output_formatter_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/results/json_output_formatter_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/internal/results/page_test_results_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/page/cache_temperature_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/timeline/inspector_importer.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/timeline/inspector_importer_unittest.py View 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/timeline/model.py View 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/timeline/model_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/timeline/surface_flinger_importer.py View 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/timeline/tab_id_importer.py View 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/timeline/tab_id_importer_unittest.py View 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/timeline/trace_event_importer.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/timeline/trace_event_importer_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M telemetry/telemetry/value/trace.py View 1 chunk +1 line, -0 lines 0 comments Download
M telemetry/telemetry/value/trace_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A tracing/tracing/trace_data/__init__.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tracing/tracing/trace_data/trace_data_unittest.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 32 (22 generated)
rnephew (Reviews Here)
https://codereview.chromium.org/2736903005/diff/1/telemetry/telemetry/__init__.py File telemetry/telemetry/__init__.py (right): https://codereview.chromium.org/2736903005/diff/1/telemetry/telemetry/__init__.py#newcode43 telemetry/telemetry/__init__.py:43: _AddDirToPythonPath(_CATAPULT_DIR, 'third_party', 'vinn') I was getting import errors when ...
3 years, 9 months ago (2017-03-08 21:27:05 UTC) #5
nednguyen
lgtm There may be some clients in chromium/src/ that also use trace_data. So make sure ...
3 years, 9 months ago (2017-03-08 21:35:27 UTC) #8
rnephew (Reviews Here)
On 2017/03/08 21:35:27, nednguyen wrote: > lgtm > > There may be some clients in ...
3 years, 9 months ago (2017-03-08 21:40:27 UTC) #9
nednguyen
On 2017/03/08 21:40:27, rnephew (Reviews Here) wrote: > On 2017/03/08 21:35:27, nednguyen wrote: > > ...
3 years, 9 months ago (2017-03-08 21:42:58 UTC) #12
nednguyen
https://codereview.chromium.org/2736903005/diff/20001/telemetry/telemetry/__init__.py File telemetry/telemetry/__init__.py (right): https://codereview.chromium.org/2736903005/diff/20001/telemetry/telemetry/__init__.py#newcode43 telemetry/telemetry/__init__.py:43: _AddDirToPythonPath(_CATAPULT_DIR, 'third_party', 'vinn') wait, why do you need to ...
3 years, 9 months ago (2017-03-08 21:44:17 UTC) #13
rnephew (Reviews Here)
https://codereview.chromium.org/2736903005/diff/20001/telemetry/telemetry/__init__.py File telemetry/telemetry/__init__.py (right): https://codereview.chromium.org/2736903005/diff/20001/telemetry/telemetry/__init__.py#newcode43 telemetry/telemetry/__init__.py:43: _AddDirToPythonPath(_CATAPULT_DIR, 'third_party', 'vinn') On 2017/03/08 21:44:17, nednguyen wrote: > ...
3 years, 9 months ago (2017-03-08 21:52:30 UTC) #16
rnephew (Reviews Here)
On 2017/03/08 21:52:30, rnephew (Reviews Here) wrote: > https://codereview.chromium.org/2736903005/diff/20001/telemetry/telemetry/__init__.py > File telemetry/telemetry/__init__.py (right): > > ...
3 years, 9 months ago (2017-03-08 22:22:21 UTC) #21
nednguyen
On 2017/03/08 22:22:21, rnephew (Reviews Here) wrote: > On 2017/03/08 21:52:30, rnephew (Reviews Here) wrote: ...
3 years, 9 months ago (2017-03-08 22:29:53 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2736903005/60001
3 years, 9 months ago (2017-03-08 23:15:42 UTC) #29
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 23:18:07 UTC) #32
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698