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.sample</title> | 3 <html><head><title>Python: module telemetry.core.timeline.sample</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>.sample</strong></big></big></
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>.sample</strong></big></big></
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 <br> | 50 <br> |
51 All time units are stored in milliseconds.<br>&nbs
p;</tt></td></tr> | 51 All time units are stored in milliseconds.<br>&nbs
p;</tt></td></tr> |
52 <tr><td> </td> | 52 <tr><td> </td> |
53 <td width="100%"><dl><dt>Method resolution order:</dt> | 53 <td width="100%"><dl><dt>Method resolution order:</dt> |
54 <dd><a href="telemetry.core.timeline.sample.html#Sample">Sample</a></dd> | 54 <dd><a href="telemetry.core.timeline.sample.html#Sample">Sample</a></dd> |
55 <dd><a href="telemetry.core.timeline.event.html#TimelineEvent">telemetry.core.ti
meline.event.TimelineEvent</a></dd> | 55 <dd><a href="telemetry.core.timeline.event.html#TimelineEvent">telemetry.core.ti
meline.event.TimelineEvent</a></dd> |
56 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | 56 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
57 </dl> | 57 </dl> |
58 <hr> | 58 <hr> |
59 Methods defined here:<br> | 59 Methods defined here:<br> |
60 <dl><dt><a name="Sample-__init__"><strong>__init__</strong></a>(self, category,
name, timestamp, args<font color="#909090">=None</font>, parent<font color="#909
090">=None</font>)</dt></dl> | 60 <dl><dt><a name="Sample-__init__"><strong>__init__</strong></a>(self, parent_thr
ead, category, name, timestamp, args<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="Sample-__repr__"><strong>__repr__</strong></a>(self)</dt></dl> | 64 <dl><dt><a name="Sample-__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 |