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

Side by Side Diff: tools/telemetry/docs/telemetry.core.timeline.inspector_importer.html

Issue 17150002: [telemetry] Initial (autogenerated) documentation plus support scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update with nits Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module telemetry.core.timeline.inspector_importer</ti tle>
4 </head><body bgcolor="#f0f0f8">
5
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
7 <tr bgcolor="#7799ee">
8 <td valign=bottom>&nbsp;<br>
9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a hre f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry .core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.timeli ne.html"><font color="#ffffff">timeline</font></a>.inspector_importer</strong></ big></big></font></td
10 ><td align=right valign=bottom
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href= "file:/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/timeline/insp ector_importer.py">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/core/ timeline/inspector_importer.py</a></font></td></tr></table>
12 <p><tt>Imports&nbsp;event&nbsp;data&nbsp;obtained&nbsp;from&nbsp;the&nbsp;in spector's&nbsp;timeline.</tt></p>
13 <p>
14 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
15 <tr bgcolor="#aa55cc">
16 <td colspan=3 valign=bottom>&nbsp;<br>
17 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big ></font></td></tr>
18
19 <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
20 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t op><a href="telemetry.core.timeline.importer.html">telemetry.core.timeline.impor ter</a><br>
21 </td><td width="25%" valign=top><a href="telemetry.core.timeline.event.html">tel emetry.core.timeline.event</a><br>
22 </td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></tabl e></td></tr></table><p>
23 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
24 <tr bgcolor="#ee77aa">
25 <td colspan=3 valign=bottom>&nbsp;<br>
26 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big ></font></td></tr>
27
28 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
29 <td width="100%"><dl>
30 <dt><font face="helvetica, arial"><a href="telemetry.core.timeline.importer.html #TimelineImporter">telemetry.core.timeline.importer.TimelineImporter</a>(<a href ="__builtin__.html#object">__builtin__.object</a>)
31 </font></dt><dd>
32 <dl>
33 <dt><font face="helvetica, arial"><a href="telemetry.core.timeline.inspector_imp orter.html#InspectorTimelineImporter">InspectorTimelineImporter</a>
34 </font></dt></dl>
35 </dd>
36 </dl>
37 <p>
38 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
39 <tr bgcolor="#ffc8d8">
40 <td colspan=3 valign=bottom>&nbsp;<br>
41 <font color="#000000" face="helvetica, arial"><a name="InspectorTimelineImporter ">class <strong>InspectorTimelineImporter</strong></a>(<a href="telemetry.core.t imeline.importer.html#TimelineImporter">telemetry.core.timeline.importer.Timelin eImporter</a>)</font></td></tr>
42
43 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
44 <td width="100%"><dl><dt>Method resolution order:</dt>
45 <dd><a href="telemetry.core.timeline.inspector_importer.html#InspectorTimelineIm porter">InspectorTimelineImporter</a></dd>
46 <dd><a href="telemetry.core.timeline.importer.html#TimelineImporter">telemetry.c ore.timeline.importer.TimelineImporter</a></dd>
47 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
48 </dl>
49 <hr>
50 Methods defined here:<br>
51 <dl><dt><a name="InspectorTimelineImporter-FinalizeImport"><strong>FinalizeImpor t</strong></a>(self)</dt></dl>
52
53 <dl><dt><a name="InspectorTimelineImporter-ImportEvents"><strong>ImportEvents</s trong></a>(self)</dt></dl>
54
55 <dl><dt><a name="InspectorTimelineImporter-__init__"><strong>__init__</strong></ a>(self, model, event_data)</dt></dl>
56
57 <hr>
58 Static methods defined here:<br>
59 <dl><dt><a name="InspectorTimelineImporter-CanImport"><strong>CanImport</strong> </a>(event_data)</dt><dd><tt>Checks&nbsp;if&nbsp;event_data&nbsp;is&nbsp;from&nb sp;the&nbsp;inspector&nbsp;timeline.&nbsp;We&nbsp;assume<br>
60 that&nbsp;if&nbsp;the&nbsp;first&nbsp;event&nbsp;is&nbsp;a&nbsp;valid&nbsp;inspe ctor&nbsp;event,&nbsp;we&nbsp;can&nbsp;import&nbsp;the<br>
61 entire&nbsp;list.</tt></dd></dl>
62
63 <dl><dt><a name="InspectorTimelineImporter-RawEventToTimelineEvent"><strong>RawE ventToTimelineEvent</strong></a>(raw_inspector_event)</dt><dd><tt>Converts&nbsp; raw_inspector_event&nbsp;to&nbsp;TimelineEvent.</tt></dd></dl>
64
65 <hr>
66 Data descriptors inherited from <a href="telemetry.core.timeline.importer.html#T imelineImporter">telemetry.core.timeline.importer.TimelineImporter</a>:<br>
67 <dl><dt><strong>__dict__</strong></dt>
68 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd>
69 </dl>
70 <dl><dt><strong>__weakref__</strong></dt>
71 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
72 </dl>
73 </td></tr></table></td></tr></table>
74 </body></html>
OLDNEW
« no previous file with comments | « tools/telemetry/docs/telemetry.core.timeline.importer.html ('k') | tools/telemetry/docs/telemetry.core.timeline.model.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698