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.counter</title> | 3 <html><head><title>Python: module telemetry.core.timeline.counter</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>.counter</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>.counter</strong></big></big><
/font></td |
10 ><td align=right valign=bottom | 10 ><td align=right valign=bottom |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 <dl><dt><strong>__weakref__</strong></dt> | 79 <dl><dt><strong>__weakref__</strong></dt> |
80 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 80 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
81 </dl> | 81 </dl> |
82 </td></tr></table> <p> | 82 </td></tr></table> <p> |
83 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | 83 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
84 <tr bgcolor="#ffc8d8"> | 84 <tr bgcolor="#ffc8d8"> |
85 <td colspan=3 valign=bottom> <br> | 85 <td colspan=3 valign=bottom> <br> |
86 <font color="#000000" face="helvetica, arial"><a name="CounterSample">class <str
ong>CounterSample</strong></a>(<a href="__builtin__.html#object">__builtin__.obj
ect</a>)</font></td></tr> | 86 <font color="#000000" face="helvetica, arial"><a name="CounterSample">class <str
ong>CounterSample</strong></a>(<a href="__builtin__.html#object">__builtin__.obj
ect</a>)</font></td></tr> |
87 | 87 |
88 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | 88 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
89 <td colspan=2><tt># Doesnt' inherit from TimelineEvent
because its only a temporary wrapper of a<br> | 89 <td colspan=2><tt># Doesn't inherit from TimelineEvent
because its only a temporary wrapper of a<br> |
90 # counter sample into an event. During stable
operation, the samples are stored<br> | 90 # counter sample into an event. During stable
operation, the samples are stored<br> |
91 # a dense array of values rather than in
the long-form done by an Event.<br> </tt></t
d></tr> | 91 # a dense array of values rather than in
the long-form done by an Event.<br> </tt></t
d></tr> |
92 <tr><td> </td> | 92 <tr><td> </td> |
93 <td width="100%">Methods defined here:<br> | 93 <td width="100%">Methods defined here:<br> |
94 <dl><dt><a name="CounterSample-__init__"><strong>__init__</strong></a>(self, cou
nter, sample_index)</dt></dl> | 94 <dl><dt><a name="CounterSample-__init__"><strong>__init__</strong></a>(self, cou
nter, sample_index)</dt></dl> |
95 | 95 |
96 <hr> | 96 <hr> |
97 Data descriptors defined here:<br> | 97 Data descriptors defined here:<br> |
98 <dl><dt><strong>__dict__</strong></dt> | 98 <dl><dt><strong>__dict__</strong></dt> |
99 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | 99 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> |
100 </dl> | 100 </dl> |
101 <dl><dt><strong>__weakref__</strong></dt> | 101 <dl><dt><strong>__weakref__</strong></dt> |
102 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | 102 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> |
103 </dl> | 103 </dl> |
104 <dl><dt><strong>duration</strong></dt> | 104 <dl><dt><strong>duration</strong></dt> |
105 </dl> | 105 </dl> |
106 <dl><dt><strong>end</strong></dt> | 106 <dl><dt><strong>end</strong></dt> |
107 </dl> | 107 </dl> |
108 <dl><dt><strong>name</strong></dt> | 108 <dl><dt><strong>name</strong></dt> |
109 </dl> | 109 </dl> |
110 <dl><dt><strong>start</strong></dt> | 110 <dl><dt><strong>start</strong></dt> |
111 </dl> | 111 </dl> |
| 112 <dl><dt><strong>thread_duration</strong></dt> |
| 113 </dl> |
| 114 <dl><dt><strong>thread_end</strong></dt> |
| 115 </dl> |
| 116 <dl><dt><strong>thread_start</strong></dt> |
| 117 </dl> |
112 </td></tr></table></td></tr></table> | 118 </td></tr></table></td></tr></table> |
113 </body></html> | 119 </body></html> |
OLD | NEW |