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

Unified Diff: tools/telemetry/docs/telemetry.core.timeline.importer.html

Issue 196383034: Update telemetry docs by running the update_docs script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/docs/telemetry.core.timeline.importer.html
diff --git a/tools/telemetry/docs/telemetry.core.timeline.importer.html b/tools/telemetry/docs/telemetry.core.timeline.importer.html
index 19d41f68e0d221535104d471a0819d24ef829e52..7d6529d6e0f6182c4b9cde3aa04c871e4ad46e14 100644
--- a/tools/telemetry/docs/telemetry.core.timeline.importer.html
+++ b/tools/telemetry/docs/telemetry.core.timeline.importer.html
@@ -35,19 +35,20 @@
<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
<td colspan=2><tt>Interface&nbsp;for&nbsp;classes&nbsp;that&nbsp;can&nbsp;add&nbsp;events&nbsp;to<br>
-a&nbsp;timeline&nbsp;model&nbsp;from&nbsp;raw&nbsp;event&nbsp;data.<br>&nbsp;</tt></td></tr>
+a&nbsp;timeline&nbsp;model&nbsp;from&nbsp;an&nbsp;TimelineData.<br>&nbsp;</tt></td></tr>
<tr><td>&nbsp;</td>
<td width="100%">Methods defined here:<br>
<dl><dt><a name="TimelineImporter-FinalizeImport"><strong>FinalizeImport</strong></a>(self)</dt><dd><tt>Called&nbsp;after&nbsp;all&nbsp;other&nbsp;importers&nbsp;for&nbsp;the&nbsp;model&nbsp;are&nbsp;run.</tt></dd></dl>
-<dl><dt><a name="TimelineImporter-ImportEvents"><strong>ImportEvents</strong></a>(self)</dt><dd><tt>Processes&nbsp;the&nbsp;event&nbsp;data&nbsp;and&nbsp;creates&nbsp;and&nbsp;adds<br>
+<dl><dt><a name="TimelineImporter-ImportEvents"><strong>ImportEvents</strong></a>(self)</dt><dd><tt>Processes&nbsp;the&nbsp;event&nbsp;data&nbsp;in&nbsp;the&nbsp;wrapper&nbsp;and&nbsp;creates&nbsp;and&nbsp;adds<br>
new&nbsp;timeline&nbsp;events&nbsp;to&nbsp;the&nbsp;model</tt></dd></dl>
-<dl><dt><a name="TimelineImporter-__init__"><strong>__init__</strong></a>(self, model, event_data, import_priority<font color="#909090">=0</font>)</dt></dl>
+<dl><dt><a name="TimelineImporter-__init__"><strong>__init__</strong></a>(self, model, timeline_data, import_priority<font color="#909090">=0</font>)</dt></dl>
<hr>
Static methods defined here:<br>
-<dl><dt><a name="TimelineImporter-CanImport"><strong>CanImport</strong></a>(event_data)</dt><dd><tt>Returns&nbsp;true&nbsp;if&nbsp;the&nbsp;importer&nbsp;can&nbsp;process&nbsp;the&nbsp;given&nbsp;event&nbsp;data.</tt></dd></dl>
+<dl><dt><a name="TimelineImporter-CanImport"><strong>CanImport</strong></a>(event_data_wrapper)</dt><dd><tt>Returns&nbsp;true&nbsp;if&nbsp;the&nbsp;importer&nbsp;can&nbsp;process&nbsp;the&nbsp;given&nbsp;event&nbsp;data&nbsp;in&nbsp;the<br>
+wrapper.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>

Powered by Google App Engine
This is Rietveld 408576698