| OLD | NEW |
| (Empty) |
| 1 | |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| 3 <html><head><title>Python: module telemetry.core.timeline.tracing.trace_event_im
porter</title> | |
| 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> <br> | |
| 9 <font color="#ffffff" face="helvetica, arial"> <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>.<a href="telemetry.core.timel
ine.tracing.html"><font color="#ffffff">tracing</font></a>.trace_event_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=
"../telemetry/core/timeline/tracing/trace_event_importer.py">telemetry/core/time
line/tracing/trace_event_importer.py</a></font></td></tr></table> | |
| 12 <p><tt>TraceEventImporter imports TraceEvent-formatted data<b
r> | |
| 13 into the provided model.<br> | |
| 14 This is a port of the trace event import
er from<br> | |
| 15 https://code.google.com/p/trace-viewer/</tt></p> | |
| 16 <p> | |
| 17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
| 18 <tr bgcolor="#aa55cc"> | |
| 19 <td colspan=3 valign=bottom> <br> | |
| 20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> | |
| 21 | |
| 22 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> | |
| 23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="copy.html">copy</a><br> | |
| 24 <a href="telemetry.core.timeline.importer.html">telemetry.core.timeline.importer
</a><br> | |
| 25 </td><td width="25%" valign=top><a href="json.html">json</a><br> | |
| 26 <a href="re.html">re</a><br> | |
| 27 </td><td width="25%" valign=top><a href="telemetry.core.timeline.tracing.async_s
lice.html">telemetry.core.timeline.tracing.async_slice</a><br> | |
| 28 <a href="telemetry.core.timeline.tracing.process.html">telemetry.core.timeline.t
racing.process</a><br> | |
| 29 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> | |
| 30 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
| 31 <tr bgcolor="#ee77aa"> | |
| 32 <td colspan=3 valign=bottom> <br> | |
| 33 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> | |
| 34 | |
| 35 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> | |
| 36 <td width="100%"><dl> | |
| 37 <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>) | |
| 38 </font></dt><dd> | |
| 39 <dl> | |
| 40 <dt><font face="helvetica, arial"><a href="telemetry.core.timeline.tracing.trace
_event_importer.html#TraceEventTimelineImporter">TraceEventTimelineImporter</a> | |
| 41 </font></dt></dl> | |
| 42 </dd> | |
| 43 </dl> | |
| 44 <p> | |
| 45 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
| 46 <tr bgcolor="#ffc8d8"> | |
| 47 <td colspan=3 valign=bottom> <br> | |
| 48 <font color="#000000" face="helvetica, arial"><a name="TraceEventTimelineImporte
r">class <strong>TraceEventTimelineImporter</strong></a>(<a href="telemetry.core
.timeline.importer.html#TimelineImporter">telemetry.core.timeline.importer.Timel
ineImporter</a>)</font></td></tr> | |
| 49 | |
| 50 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> | |
| 51 <td width="100%"><dl><dt>Method resolution order:</dt> | |
| 52 <dd><a href="telemetry.core.timeline.tracing.trace_event_importer.html#TraceEven
tTimelineImporter">TraceEventTimelineImporter</a></dd> | |
| 53 <dd><a href="telemetry.core.timeline.importer.html#TimelineImporter">telemetry.c
ore.timeline.importer.TimelineImporter</a></dd> | |
| 54 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | |
| 55 </dl> | |
| 56 <hr> | |
| 57 Methods defined here:<br> | |
| 58 <dl><dt><a name="TraceEventTimelineImporter-FinalizeImport"><strong>FinalizeImpo
rt</strong></a>(self)</dt><dd><tt>Called by the Model after&
nbsp;all other importers have imported their<br> | |
| 59 events.</tt></dd></dl> | |
| 60 | |
| 61 <dl><dt><a name="TraceEventTimelineImporter-ImportEvents"><strong>ImportEvents</
strong></a>(self)</dt><dd><tt>Walks through the events_ list
and outputs the structures discovered to<br> | |
| 62 model_.</tt></dd></dl> | |
| 63 | |
| 64 <dl><dt><a name="TraceEventTimelineImporter-__init__"><strong>__init__</strong><
/a>(self, model, event_data)</dt></dl> | |
| 65 | |
| 66 <hr> | |
| 67 Static methods defined here:<br> | |
| 68 <dl><dt><a name="TraceEventTimelineImporter-CanImport"><strong>CanImport</strong
></a>(event_data)</dt><dd><tt>Returns whether obj is a
TraceEvent array.</tt></dd></dl> | |
| 69 | |
| 70 <hr> | |
| 71 Data descriptors inherited from <a href="telemetry.core.timeline.importer.html#T
imelineImporter">telemetry.core.timeline.importer.TimelineImporter</a>:<br> | |
| 72 <dl><dt><strong>__dict__</strong></dt> | |
| 73 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | |
| 74 </dl> | |
| 75 <dl><dt><strong>__weakref__</strong></dt> | |
| 76 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
| 77 </dl> | |
| 78 </td></tr></table></td></tr></table> | |
| 79 </body></html> | |
| OLD | NEW |