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.slice</title> | 3 <html><head><title>Python: module telemetry.core.timeline.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>.slice</strong></big></big></f
ont></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>.slice</strong></big></big></f
ont></td |
10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 <hr> | 58 <hr> |
59 Methods defined here:<br> | 59 Methods defined here:<br> |
60 <dl><dt><a name="Slice-AddSubSlice"><strong>AddSubSlice</strong></a>(self, sub_s
lice)</dt></dl> | 60 <dl><dt><a name="Slice-AddSubSlice"><strong>AddSubSlice</strong></a>(self, sub_s
lice)</dt></dl> |
61 | 61 |
62 <dl><dt><a name="Slice-GetAllSubSlices"><strong>GetAllSubSlices</strong></a>(sel
f)</dt></dl> | 62 <dl><dt><a name="Slice-GetAllSubSlices"><strong>GetAllSubSlices</strong></a>(sel
f)</dt></dl> |
63 | 63 |
64 <dl><dt><a name="Slice-GetAllSubSlicesOfName"><strong>GetAllSubSlicesOfName</str
ong></a>(self, name)</dt></dl> | 64 <dl><dt><a name="Slice-GetAllSubSlicesOfName"><strong>GetAllSubSlicesOfName</str
ong></a>(self, name)</dt></dl> |
65 | 65 |
66 <dl><dt><a name="Slice-IterEventsInThisContainerRecrusively"><strong>IterEventsI
nThisContainerRecrusively</strong></a>(self)</dt></dl> | 66 <dl><dt><a name="Slice-IterEventsInThisContainerRecrusively"><strong>IterEventsI
nThisContainerRecrusively</strong></a>(self)</dt></dl> |
67 | 67 |
68 <dl><dt><a name="Slice-__init__"><strong>__init__</strong></a>(self, category, n
ame, timestamp, args<font color="#909090">=None</font>, parent<font color="#9090
90">=None</font>, duration<font color="#909090">=0</font>)</dt></dl> | 68 <dl><dt><a name="Slice-__init__"><strong>__init__</strong></a>(self, parent_thre
ad, category, name, timestamp, duration<font color="#909090">=0</font>, thread_t
imestamp<font color="#909090">=None</font>, thread_duration<font color="#909090"
>=None</font>, args<font color="#909090">=None</font>)</dt></dl> |
69 | 69 |
70 <hr> | 70 <hr> |
71 Data descriptors defined here:<br> | 71 Data descriptors defined here:<br> |
| 72 <dl><dt><strong>self_thread_time</strong></dt> |
| 73 <dd><tt>Thread (scheduled) time spent in this func
tion less any thread time spent<br> |
| 74 in child events. Returns None if the slice&nb
sp;or any of its children does not<br> |
| 75 have a thread_duration value.</tt></dd> |
| 76 </dl> |
72 <dl><dt><strong>self_time</strong></dt> | 77 <dl><dt><strong>self_time</strong></dt> |
73 <dd><tt>Time spent in this function less any
time spent in child events.</tt></dd> | 78 <dd><tt>Time spent in this function less any
time spent in child events.</tt></dd> |
74 </dl> | 79 </dl> |
75 <hr> | 80 <hr> |
76 Methods inherited from <a href="telemetry.core.timeline.event.html#TimelineEvent
">telemetry.core.timeline.event.TimelineEvent</a>:<br> | 81 Methods inherited from <a href="telemetry.core.timeline.event.html#TimelineEvent
">telemetry.core.timeline.event.TimelineEvent</a>:<br> |
77 <dl><dt><a name="Slice-__repr__"><strong>__repr__</strong></a>(self)</dt></dl> | 82 <dl><dt><a name="Slice-__repr__"><strong>__repr__</strong></a>(self)</dt></dl> |
78 | 83 |
79 <hr> | 84 <hr> |
80 Data descriptors inherited from <a href="telemetry.core.timeline.event.html#Time
lineEvent">telemetry.core.timeline.event.TimelineEvent</a>:<br> | 85 Data descriptors inherited from <a href="telemetry.core.timeline.event.html#Time
lineEvent">telemetry.core.timeline.event.TimelineEvent</a>:<br> |
81 <dl><dt><strong>__dict__</strong></dt> | 86 <dl><dt><strong>__dict__</strong></dt> |
82 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 87 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
83 </dl> | 88 </dl> |
84 <dl><dt><strong>__weakref__</strong></dt> | 89 <dl><dt><strong>__weakref__</strong></dt> |
85 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 90 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
86 </dl> | 91 </dl> |
87 <dl><dt><strong>end</strong></dt> | 92 <dl><dt><strong>end</strong></dt> |
88 </dl> | 93 </dl> |
| 94 <dl><dt><strong>thread_end</strong></dt> |
| 95 <dd><tt>Thread-specific CPU time when this event e
nded.<br> |
| 96 <br> |
| 97 May be None if the trace event didn't ha
ve thread time data.</tt></dd> |
| 98 </dl> |
89 </td></tr></table></td></tr></table> | 99 </td></tr></table></td></tr></table> |
90 </body></html> | 100 </body></html> |
OLD | NEW |