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

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

Issue 100073003: telemetry: Add thread time to telmetry timeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean-ups Created 7 years 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/telemetry/telemetry/core/timeline/event.py ('k') | tools/telemetry/telemetry/core/timeline/model.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/timeline/inspector_importer.py
diff --git a/tools/telemetry/telemetry/core/timeline/inspector_importer.py b/tools/telemetry/telemetry/core/timeline/inspector_importer.py
index fa468cbc6416124542b07bd499426173ffc20a82..09125196a152cfade7c2cc22f3d4491b6692a762 100644
--- a/tools/telemetry/telemetry/core/timeline/inspector_importer.py
+++ b/tools/telemetry/telemetry/core/timeline/inspector_importer.py
@@ -46,7 +46,7 @@ class InspectorTimelineImporter(importer.TimelineImporter):
thread.BeginSlice('inspector',
raw_inspector_event['type'],
raw_inspector_event['startTime'],
- args)
+ args=args)
did_begin_slice = True
for child in raw_inspector_event.get('children', []):
« no previous file with comments | « tools/telemetry/telemetry/core/timeline/event.py ('k') | tools/telemetry/telemetry/core/timeline/model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698