Index: tools/telemetry/docs/telemetry.core.timeline.model.html |
diff --git a/tools/telemetry/docs/telemetry.core.timeline.model.html b/tools/telemetry/docs/telemetry.core.timeline.model.html |
index f9bf7487c1fa0d27dc185f4a9daba5f1ab7e6c11..527c47feb05497fc7334d1d3718b92aed2f6067c 100644 |
--- a/tools/telemetry/docs/telemetry.core.timeline.model.html |
+++ b/tools/telemetry/docs/telemetry.core.timeline.model.html |
@@ -21,9 +21,13 @@ https://code.google.com/p/trace-viewer/</tt></p> |
<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.bounds.html">telemetry.core.timeline.bounds</a><br> |
-</td><td width="25%" valign=top><a href="telemetry.core.timeline.inspector_importer.html">telemetry.core.timeline.inspector_importer</a><br> |
+<a href="telemetry.core.browser.html">telemetry.core.browser</a><br> |
+</td><td width="25%" valign=top><a href="telemetry.core.timeline.empty_timeline_data_importer.html">telemetry.core.timeline.empty_timeline_data_importer</a><br> |
+<a href="telemetry.core.timeline.inspector_importer.html">telemetry.core.timeline.inspector_importer</a><br> |
</td><td width="25%" valign=top><a href="telemetry.core.timeline.trace_event_importer.html">telemetry.core.timeline.trace_event_importer</a><br> |
-</td><td width="25%" valign=top><a href="telemetry.core.timeline.process.html">telemetry.core.timeline.process</a><br> |
+<a href="telemetry.core.timeline.process.html">telemetry.core.timeline.process</a><br> |
+</td><td width="25%" valign=top><a href="weakref.html">weakref</a><br> |
+<a href="telemetry.core.web_contents.html">telemetry.core.web_contents</a><br> |
</td></tr></table></td></tr></table><p> |
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
<tr bgcolor="#ee77aa"> |
@@ -38,28 +42,168 @@ https://code.google.com/p/trace-viewer/</tt></p> |
<dt><font face="helvetica, arial"><a href="telemetry.core.timeline.model.html#TimelineModel">TimelineModel</a> |
</font></dt></dl> |
</dd> |
+<dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) |
+</font></dt><dd> |
+<dl> |
+<dt><font face="helvetica, arial"><a href="telemetry.core.timeline.model.html#MarkerMismatchError">MarkerMismatchError</a> |
+</font></dt><dt><font face="helvetica, arial"><a href="telemetry.core.timeline.model.html#MarkerOverlapError">MarkerOverlapError</a> |
+</font></dt></dl> |
+</dd> |
</dl> |
<p> |
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
<tr bgcolor="#ffc8d8"> |
<td colspan=3 valign=bottom> <br> |
+<font color="#000000" face="helvetica, arial"><a name="MarkerMismatchError">class <strong>MarkerMismatchError</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> |
+ |
+<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
+<td width="100%"><dl><dt>Method resolution order:</dt> |
+<dd><a href="telemetry.core.timeline.model.html#MarkerMismatchError">MarkerMismatchError</a></dd> |
+<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
+<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
+</dl> |
+<hr> |
+Methods defined here:<br> |
+<dl><dt><a name="MarkerMismatchError-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
+ |
+<hr> |
+Data descriptors defined here:<br> |
+<dl><dt><strong>__weakref__</strong></dt> |
+<dd><tt>list of weak references to the object (if defined)</tt></dd> |
+</dl> |
+<hr> |
+Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
+<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#MarkerMismatchError-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> |
+ |
+<hr> |
+Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
+<dl><dt><a name="MarkerMismatchError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerMismatchError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerMismatchError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerMismatchError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerMismatchError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
+ <br> |
+Use of negative indices is not supported.</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerMismatchError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerMismatchError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerMismatchError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerMismatchError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
+ |
+<hr> |
+Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
+<dl><dt><strong>__dict__</strong></dt> |
+</dl> |
+<dl><dt><strong>args</strong></dt> |
+</dl> |
+<dl><dt><strong>message</strong></dt> |
+</dl> |
+</td></tr></table> <p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ffc8d8"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#000000" face="helvetica, arial"><a name="MarkerOverlapError">class <strong>MarkerOverlapError</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> |
+ |
+<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
+<td width="100%"><dl><dt>Method resolution order:</dt> |
+<dd><a href="telemetry.core.timeline.model.html#MarkerOverlapError">MarkerOverlapError</a></dd> |
+<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
+<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
+</dl> |
+<hr> |
+Methods defined here:<br> |
+<dl><dt><a name="MarkerOverlapError-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
+ |
+<hr> |
+Data descriptors defined here:<br> |
+<dl><dt><strong>__weakref__</strong></dt> |
+<dd><tt>list of weak references to the object (if defined)</tt></dd> |
+</dl> |
+<hr> |
+Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
+<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#MarkerOverlapError-__new__">__new__</a>(S, ...) -> a new <a href="__builtin__.html#object">object</a> with type S, a subtype of T</tt></dl> |
+ |
+<hr> |
+Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
+<dl><dt><a name="MarkerOverlapError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerOverlapError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerOverlapError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerOverlapError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerOverlapError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
+ <br> |
+Use of negative indices is not supported.</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerOverlapError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerOverlapError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#MarkerOverlapError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
+ |
+<dl><dt><a name="MarkerOverlapError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
+ |
+<hr> |
+Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
+<dl><dt><strong>__dict__</strong></dt> |
+</dl> |
+<dl><dt><strong>args</strong></dt> |
+</dl> |
+<dl><dt><strong>message</strong></dt> |
+</dl> |
+</td></tr></table> <p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#ffc8d8"> |
+<td colspan=3 valign=bottom> <br> |
<font color="#000000" face="helvetica, arial"><a name="TimelineModel">class <strong>TimelineModel</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
<tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> |
<td width="100%">Methods defined here:<br> |
+<dl><dt><a name="TimelineModel-AddCoreObjectToContainerMapping"><strong>AddCoreObjectToContainerMapping</strong></a>(self, core_object, container)</dt><dd><tt>Add a mapping from a core <a href="__builtin__.html#object">object</a> to a timeline container.<br> |
+ <br> |
+Used for example to map a Tab to its renderer process in the timeline model.</tt></dd></dl> |
+ |
+<dl><dt><a name="TimelineModel-FinalizeImport"><strong>FinalizeImport</strong></a>(self, shift_world_to_zero<font color="#909090">=False</font>, importers<font color="#909090">=None</font>)</dt></dl> |
+ |
+<dl><dt><a name="TimelineModel-FindTimelineMarkers"><strong>FindTimelineMarkers</strong></a>(self, timeline_marker_names)</dt><dd><tt>Find the timeline events with the given names.<br> |
+ <br> |
+If the number and order of events found does not match the names,<br> |
+raise an error.</tt></dd></dl> |
+ |
<dl><dt><a name="TimelineModel-GetAllContainers"><strong>GetAllContainers</strong></a>(self)</dt></dl> |
<dl><dt><a name="TimelineModel-GetAllEvents"><strong>GetAllEvents</strong></a>(self)</dt></dl> |
-<dl><dt><a name="TimelineModel-GetAllEventsOfName"><strong>GetAllEventsOfName</strong></a>(self, name)</dt></dl> |
+<dl><dt><a name="TimelineModel-GetAllEventsOfName"><strong>GetAllEventsOfName</strong></a>(self, name, only_root_events<font color="#909090">=False</font>)</dt></dl> |
<dl><dt><a name="TimelineModel-GetAllProcesses"><strong>GetAllProcesses</strong></a>(self)</dt></dl> |
<dl><dt><a name="TimelineModel-GetAllThreads"><strong>GetAllThreads</strong></a>(self)</dt></dl> |
+<dl><dt><a name="TimelineModel-GetEventOfName"><strong>GetEventOfName</strong></a>(self, name, only_root_events<font color="#909090">=False</font>, fail_if_more_than_one<font color="#909090">=False</font>)</dt></dl> |
+ |
<dl><dt><a name="TimelineModel-GetOrCreateProcess"><strong>GetOrCreateProcess</strong></a>(self, pid)</dt></dl> |
-<dl><dt><a name="TimelineModel-ImportTraces"><strong>ImportTraces</strong></a>(self, traces, shift_world_to_zero<font color="#909090">=True</font>)</dt></dl> |
+<dl><dt><a name="TimelineModel-GetRendererProcessFromTab"><strong>GetRendererProcessFromTab</strong></a>(self, tab)</dt></dl> |
+ |
+<dl><dt><a name="TimelineModel-GetRendererThreadFromTab"><strong>GetRendererThreadFromTab</strong></a>(self, tab)</dt></dl> |
+ |
+<dl><dt><a name="TimelineModel-ImportTraces"><strong>ImportTraces</strong></a>(self, timeline_data, shift_world_to_zero<font color="#909090">=True</font>)</dt></dl> |
<dl><dt><a name="TimelineModel-IterAllEvents"><strong>IterAllEvents</strong></a>(self)</dt></dl> |
@@ -67,7 +211,11 @@ https://code.google.com/p/trace-viewer/</tt></p> |
<dl><dt><a name="TimelineModel-UpdateBounds"><strong>UpdateBounds</strong></a>(self)</dt></dl> |
-<dl><dt><a name="TimelineModel-__init__"><strong>__init__</strong></a>(self, event_data<font color="#909090">=None</font>, shift_world_to_zero<font color="#909090">=True</font>)</dt></dl> |
+<dl><dt><a name="TimelineModel-__init__"><strong>__init__</strong></a>(self, timeline_data<font color="#909090">=None</font>, shift_world_to_zero<font color="#909090">=True</font>)</dt><dd><tt>Initializes a <a href="#TimelineModel">TimelineModel</a>. timeline_data can be a single TimelineData<br> |
+<a href="__builtin__.html#object">object</a>, a list of TimelineData objects, or None. If timeline_data is not<br> |
+None, all events from it will be imported into the model. The events will<br> |
+be shifted such that the first event starts at time 0, if<br> |
+shift_world_to_zero is True.</tt></dd></dl> |
<hr> |
Data descriptors defined here:<br> |
@@ -79,7 +227,11 @@ Data descriptors defined here:<br> |
</dl> |
<dl><dt><strong>bounds</strong></dt> |
</dl> |
+<dl><dt><strong>browser_process</strong></dt> |
+</dl> |
<dl><dt><strong>processes</strong></dt> |
</dl> |
+<dl><dt><strong>thread_time_bounds</strong></dt> |
+</dl> |
</td></tr></table></td></tr></table> |
</body></html> |