OLD | NEW |
1 | 1 |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
3 <html><head><title>Python: module telemetry.core.timeline.async_slice</title> | 3 <html><head><title>Python: module telemetry.core.timeline.async_slice</title> |
4 </head><body bgcolor="#f0f0f8"> | 4 </head><body bgcolor="#f0f0f8"> |
5 | 5 |
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
7 <tr bgcolor="#7799ee"> | 7 <tr bgcolor="#7799ee"> |
8 <td valign=bottom> <br> | 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>.async_slice</strong></big></b
ig></font></td | 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>.async_slice</strong></big></b
ig></font></td |
10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 <dd><a href="telemetry.core.timeline.async_slice.html#AsyncSlice">AsyncSlice</a>
</dd> | 50 <dd><a href="telemetry.core.timeline.async_slice.html#AsyncSlice">AsyncSlice</a>
</dd> |
51 <dd><a href="telemetry.core.timeline.event.html#TimelineEvent">telemetry.core.ti
meline.event.TimelineEvent</a></dd> | 51 <dd><a href="telemetry.core.timeline.event.html#TimelineEvent">telemetry.core.ti
meline.event.TimelineEvent</a></dd> |
52 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 52 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
53 </dl> | 53 </dl> |
54 <hr> | 54 <hr> |
55 Methods defined here:<br> | 55 Methods defined here:<br> |
56 <dl><dt><a name="AsyncSlice-AddSubSlice"><strong>AddSubSlice</strong></a>(self,
sub_slice)</dt></dl> | 56 <dl><dt><a name="AsyncSlice-AddSubSlice"><strong>AddSubSlice</strong></a>(self,
sub_slice)</dt></dl> |
57 | 57 |
58 <dl><dt><a name="AsyncSlice-IterEventsInThisContainerRecrusively"><strong>IterEv
entsInThisContainerRecrusively</strong></a>(self)</dt></dl> | 58 <dl><dt><a name="AsyncSlice-IterEventsInThisContainerRecrusively"><strong>IterEv
entsInThisContainerRecrusively</strong></a>(self)</dt></dl> |
59 | 59 |
60 <dl><dt><a name="AsyncSlice-__init__"><strong>__init__</strong></a>(self, catego
ry, name, timestamp, args<font color="#909090">=None</font>, parent<font color="
#909090">=None</font>)</dt></dl> | 60 <dl><dt><a name="AsyncSlice-__init__"><strong>__init__</strong></a>(self, catego
ry, name, timestamp, args<font color="#909090">=None</font>, duration<font color
="#909090">=0</font>, start_thread<font color="#909090">=None</font>, end_thread
<font color="#909090">=None</font>)</dt></dl> |
61 | 61 |
62 <hr> | 62 <hr> |
63 Methods inherited from <a href="telemetry.core.timeline.event.html#TimelineEvent
">telemetry.core.timeline.event.TimelineEvent</a>:<br> | 63 Methods inherited from <a href="telemetry.core.timeline.event.html#TimelineEvent
">telemetry.core.timeline.event.TimelineEvent</a>:<br> |
64 <dl><dt><a name="AsyncSlice-__repr__"><strong>__repr__</strong></a>(self)</dt></
dl> | 64 <dl><dt><a name="AsyncSlice-__repr__"><strong>__repr__</strong></a>(self)</dt></
dl> |
65 | 65 |
66 <hr> | 66 <hr> |
67 Data descriptors inherited from <a href="telemetry.core.timeline.event.html#Time
lineEvent">telemetry.core.timeline.event.TimelineEvent</a>:<br> | 67 Data descriptors inherited from <a href="telemetry.core.timeline.event.html#Time
lineEvent">telemetry.core.timeline.event.TimelineEvent</a>:<br> |
68 <dl><dt><strong>__dict__</strong></dt> | 68 <dl><dt><strong>__dict__</strong></dt> |
69 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 69 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
70 </dl> | 70 </dl> |
71 <dl><dt><strong>__weakref__</strong></dt> | 71 <dl><dt><strong>__weakref__</strong></dt> |
72 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 72 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
73 </dl> | 73 </dl> |
74 <dl><dt><strong>end</strong></dt> | 74 <dl><dt><strong>end</strong></dt> |
75 </dl> | 75 </dl> |
| 76 <dl><dt><strong>thread_end</strong></dt> |
| 77 <dd><tt>Thread-specific CPU time when this event e
nded.<br> |
| 78 <br> |
| 79 May be None if the trace event didn't ha
ve thread time data.</tt></dd> |
| 80 </dl> |
76 </td></tr></table></td></tr></table> | 81 </td></tr></table></td></tr></table> |
77 </body></html> | 82 </body></html> |
OLD | NEW |