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

Unified Diff: tools/telemetry/telemetry/core/timeline/thread.py

Issue 145923002: Added support to listen on Network.responseReceived and expose that through tab.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (inspector_network cleanup from previous API) Created 6 years, 10 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
Index: tools/telemetry/telemetry/core/timeline/thread.py
diff --git a/tools/telemetry/telemetry/core/timeline/thread.py b/tools/telemetry/telemetry/core/timeline/thread.py
index fe667bdb0ae763f32259c6b0d7f7f65c11c92225..70e0c09628d0aad7cb5fc23069f2eb602794bd0e 100644
--- a/tools/telemetry/telemetry/core/timeline/thread.py
+++ b/tools/telemetry/telemetry/core/timeline/thread.py
@@ -224,7 +224,6 @@ class Thread(event_container.TimelineEventContainer):
return cmp(s2.end, s1.end)
return cmp(s1.start, s2.start)
- assert len(self._toplevel_slices) == 0
tonyg 2014/03/04 05:27:31 Can you explain this?
bolian 2014/03/04 20:32:44 After moving model out of timeline recorder, I don
if not len(self._newly_added_slices):
return

Powered by Google App Engine
This is Rietveld 408576698