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

Unified Diff: tools/perf/measurements/loading_trace.py

Issue 439383002: Add GetThreadToInteractionRecordsMapsFromModel method to timeline_interaction_record. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/measurements/smooth_gesture_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/loading_trace.py
diff --git a/tools/perf/measurements/loading_trace.py b/tools/perf/measurements/loading_trace.py
index d665a6befbbf4c398ff313e87618e8b9b191e9d1..1b241346d190d4be2f757308c8e756d1a85b7c8f 100644
--- a/tools/perf/measurements/loading_trace.py
+++ b/tools/perf/measurements/loading_trace.py
@@ -27,13 +27,10 @@ class LoadingTrace(page_measurement.PageMeasurement):
loading.LoadingMetric().AddResults(tab, results)
timeline_metric = timeline.LoadTimesTimelineMetric()
- renderer_thread = \
- self._timeline_controller.model.GetRendererThreadFromTabId(tab.id)
record = tir_module.TimelineInteractionRecord(
"loading_trace_interaction", 0, float('inf'))
timeline_metric.AddResults(
self._timeline_controller.model,
- renderer_thread,
[record],
results)
« no previous file with comments | « no previous file | tools/perf/measurements/smooth_gesture_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698