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

Unified Diff: tools/android/loading/prefetch_view.py

Issue 1888343003: Clovis: contentful paint upgrades. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url-rename
Patch Set: rebase Created 4 years, 8 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/android/loading/request_track.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/prefetch_view.py
diff --git a/tools/android/loading/prefetch_view.py b/tools/android/loading/prefetch_view.py
index 0df9025bbdfd2f51142c006330d7bd6c6dd94d8b..cbd882a6748a6c9fbd49075ec36820dc94cc8682 100644
--- a/tools/android/loading/prefetch_view.py
+++ b/tools/android/loading/prefetch_view.py
@@ -52,7 +52,7 @@ class PrefetchSimulationView(object):
if trace is None:
return
requests = trace.request_track.GetEvents()
- critical_requests_ids = user_lens.CriticalRequests()
+ critical_requests_ids = user_lens.CriticalRequestIds()
self.postload_msec = user_lens.PostloadTimeMsec()
self.graph = dependency_graph.RequestDependencyGraph(
requests, dependencies_lens, node_class=RequestNode)
« no previous file with comments | « no previous file | tools/android/loading/request_track.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698