Index: tools/telemetry/docs/telemetry.core.timeline.inspector_importer.html |
diff --git a/tools/telemetry/docs/telemetry.core.timeline.inspector_importer.html b/tools/telemetry/docs/telemetry.core.timeline.inspector_importer.html |
index 8785ec171fc82001dfa4d251078375e95ac85759..065134a8fb88bcbbfc4d1dc67c7bf594cbabfa89 100644 |
--- a/tools/telemetry/docs/telemetry.core.timeline.inspector_importer.html |
+++ b/tools/telemetry/docs/telemetry.core.timeline.inspector_importer.html |
@@ -18,8 +18,10 @@ |
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> |
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.timeline.importer.html">telemetry.core.timeline.importer</a><br> |
+</td><td width="25%" valign=top><a href="telemetry.core.backends.chrome.inspector_timeline_data.html">telemetry.core.backends.chrome.inspector_timeline_data</a><br> |
</td><td width="25%" valign=top><a href="telemetry.core.timeline.thread.html">telemetry.core.timeline.thread</a><br> |
-</td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
+</td><td width="25%" valign=top><a href="telemetry.core.timeline.slice.html">telemetry.core.timeline.slice</a><br> |
+</td></tr></table></td></tr></table><p> |
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
<tr bgcolor="#ee77aa"> |
<td colspan=3 valign=bottom> <br> |
@@ -52,13 +54,13 @@ Methods defined here:<br> |
<dl><dt><a name="InspectorTimelineImporter-ImportEvents"><strong>ImportEvents</strong></a>(self)</dt></dl> |
-<dl><dt><a name="InspectorTimelineImporter-__init__"><strong>__init__</strong></a>(self, model, event_data)</dt></dl> |
+<dl><dt><a name="InspectorTimelineImporter-__init__"><strong>__init__</strong></a>(self, model, timeline_data)</dt></dl> |
<hr> |
Static methods defined here:<br> |
<dl><dt><a name="InspectorTimelineImporter-AddRawEventToThreadRecursive"><strong>AddRawEventToThreadRecursive</strong></a>(thread, raw_inspector_event)</dt></dl> |
-<dl><dt><a name="InspectorTimelineImporter-CanImport"><strong>CanImport</strong></a>(event_data)</dt><dd><tt>Checks if event_data is from the inspector timeline. We assume<br> |
+<dl><dt><a name="InspectorTimelineImporter-CanImport"><strong>CanImport</strong></a>(timeline_data)</dt><dd><tt>Checks if timeline_data is from the inspector timeline. We assume<br> |
that if the first event is a valid inspector event, we can import the<br> |
entire list.</tt></dd></dl> |