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

Unified Diff: tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py

Issue 2371113002: [CustomTabsBenchmark] Fix description of format output (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
diff --git a/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py b/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
index 1c8e093d62e999f8c6d82d50690a9083a43071ad..6916a79c6ae45239e8502187e5911ea91f6d1004 100755
--- a/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
+++ b/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
@@ -52,8 +52,8 @@ def RunOnce(device, url, warmup, no_prerendering, delay_to_may_launch_url,
Returns:
The output line (str), like this (one line only):
- <warmup>,<no_prerendering>,<delay_to_may_launch_url>,<intent_sent_ms>,
- <page_load_started_ms>,<page_load_finished_ms>
+ <warmup>,<no_prerendering>,<delay_to_may_launch_url>,<delay_to_launch>,
+ <intent_sent_ms>,<page_load_started_ms>,<page_load_finished_ms>
or None on error.
"""
launch_intent = intent.Intent(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698