|
Remove the weak dictionary that maps tab objects to it markers in tracing_timeline_data.
We add the list of tab's markers to traces as metadata and later reconstruct the maps from tab markers to renderer thread in trace_event_importer. This makes it possible to reconstruct the timeline model with the mapping between tabs & renderer threads from the raw json tracing data.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275671
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+154 lines, -70 lines) |
Patch |
 |
M |
tools/perf/measurements/loading_trace.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/smoothness_controller.py
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/thread_times.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/timeline_controller.py
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/chrome_browser_backend.py
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/tracing_backend.py
|
View
|
|
3 chunks |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/tracing_timeline_data.py
|
View
|
|
1 chunk |
+5 lines, -21 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/webdriver/webdriver_tab_backend.py
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/tab_unittest.py
|
View
|
1
2
3
|
2 chunks |
+43 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/timeline/model.py
|
View
|
1
2
3
|
4 chunks |
+15 lines, -22 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/timeline/trace_event_importer.py
|
View
|
1
2
|
4 chunks |
+23 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/timeline/trace_event_importer_unittest.py
|
View
|
1
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/web_contents.py
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/timeline_based_measurement.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|