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

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

Issue 1908483002: tools/android/loading Loading trace database improvements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor cleanup 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 | « tools/android/loading/loading_trace_database_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/request_track.py
diff --git a/tools/android/loading/request_track.py b/tools/android/loading/request_track.py
index bf19fbbfff6e4789ddd503ef128ac0d0b7cbddb8..9f513d2e33e8effa6fb65d034889fbba7b063d05 100644
--- a/tools/android/loading/request_track.py
+++ b/tools/android/loading/request_track.py
@@ -25,7 +25,8 @@ _TIMING_NAMES_MAPPING = {
'requestTime': 'request_time', 'sendEnd': 'send_end',
'sendStart': 'send_start', 'sslEnd': 'ssl_end', 'sslStart': 'ssl_start',
'workerReady': 'worker_ready', 'workerStart': 'worker_start',
- 'loadingFinished': 'loading_finished'}
+ 'loadingFinished': 'loading_finished', 'pushStart' : 'push_start',
+ 'pushEnd' : 'push_end'}
Timing = collections.namedtuple('Timing', _TIMING_NAMES_MAPPING.values())
« no previous file with comments | « tools/android/loading/loading_trace_database_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698