OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
3 <html><head><title>Python: module telemetry.core.chrome.inspector_timeline</titl
e> | |
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.chrome
.html"><font color="#ffffff">chrome</font></a>.inspector_timeline</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/chrome/inspector_timeline.py">telemetry/core/chrome/inspector
_timeline.py</a></font></td></tr></table> | |
12 <p><tt># Copyright (c) 2012 The Chromium Autho
rs. All rights reserved.<br> | |
13 # Use of this source code is governed by
a BSD-style license that can be<br> | |
14 # found in the LICENSE file.</tt></p> | |
15 <p> | |
16 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
17 <tr bgcolor="#aa55cc"> | |
18 <td colspan=3 valign=bottom> <br> | |
19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big
></font></td></tr> | |
20 | |
21 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td>
</td> | |
22 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t
op><a href="telemetry.core.timeline.model.html">telemetry.core.timeline.model</a
><br> | |
23 </td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="
25%" valign=top></td></tr></table></td></tr></table><p> | |
24 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
25 <tr bgcolor="#ee77aa"> | |
26 <td colspan=3 valign=bottom> <br> | |
27 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big
></font></td></tr> | |
28 | |
29 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td>
</td> | |
30 <td width="100%"><dl> | |
31 <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.
object</a> | |
32 </font></dt><dd> | |
33 <dl> | |
34 <dt><font face="helvetica, arial"><a href="telemetry.core.chrome.inspector_timel
ine.html#InspectorTimeline">InspectorTimeline</a> | |
35 </font></dt></dl> | |
36 </dd> | |
37 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions
.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException<
/a>) | |
38 </font></dt><dd> | |
39 <dl> | |
40 <dt><font face="helvetica, arial"><a href="telemetry.core.chrome.inspector_timel
ine.html#TabBackendException">TabBackendException</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="InspectorTimeline">class
<strong>InspectorTimeline</strong></a>(<a href="__builtin__.html#object">__built
in__.object</a>)</font></td></tr> | |
49 | |
50 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> | |
51 <td colspan=2><tt>Implementation of dev tools timeline.<br>&
nbsp;</tt></td></tr> | |
52 <tr><td> </td> | |
53 <td width="100%">Methods defined here:<br> | |
54 <dl><dt><a name="InspectorTimeline-Start"><strong>Start</strong></a>(self)</dt><
/dl> | |
55 | |
56 <dl><dt><a name="InspectorTimeline-Stop"><strong>Stop</strong></a>(self)</dt></d
l> | |
57 | |
58 <dl><dt><a name="InspectorTimeline-__init__"><strong>__init__</strong></a>(self,
inspector_backend)</dt></dl> | |
59 | |
60 <hr> | |
61 Data descriptors defined here:<br> | |
62 <dl><dt><strong>__dict__</strong></dt> | |
63 <dd><tt>dictionary for instance variables (if defined)<
/tt></dd> | |
64 </dl> | |
65 <dl><dt><strong>__weakref__</strong></dt> | |
66 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
67 </dl> | |
68 <dl><dt><strong>timeline_model</strong></dt> | |
69 </dl> | |
70 <hr> | |
71 Data and other attributes defined here:<br> | |
72 <dl><dt><strong>Recorder</strong> = <class 'telemetry.core.chrome.inspector_t
imeline.Recorder'><dd><tt>Utility class to Start / S
top recording timeline.</tt></dl> | |
73 | |
74 </td></tr></table> <p> | |
75 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> | |
76 <tr bgcolor="#ffc8d8"> | |
77 <td colspan=3 valign=bottom> <br> | |
78 <font color="#000000" face="helvetica, arial"><a name="TabBackendException">clas
s <strong>TabBackendException</strong></a>(<a href="exceptions.html#Exception">e
xceptions.Exception</a>)</font></td></tr> | |
79 | |
80 <tr><td bgcolor="#ffc8d8"><tt> </tt></td><td> </td> | |
81 <td width="100%"><dl><dt>Method resolution order:</dt> | |
82 <dd><a href="telemetry.core.chrome.inspector_timeline.html#TabBackendException">
TabBackendException</a></dd> | |
83 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> | |
84 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> | |
85 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> | |
86 </dl> | |
87 <hr> | |
88 Data descriptors defined here:<br> | |
89 <dl><dt><strong>__weakref__</strong></dt> | |
90 <dd><tt>list of weak references to the object 
;(if defined)</tt></dd> | |
91 </dl> | |
92 <hr> | |
93 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception<
/a>:<br> | |
94 <dl><dt><a name="TabBackendException-__init__"><strong>__init__</strong></a>(...
)</dt><dd><tt>x.<a href="#TabBackendException-__init__">__init__</a>(...) i
nitializes x; see help(type(x)) for signature</tt></dd>
</dl> | |
95 | |
96 <hr> | |
97 Data and other attributes inherited from <a href="exceptions.html#Exception">exc
eptions.Exception</a>:<br> | |
98 <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object>
;<dd><tt>T.<a href="#TabBackendException-__new__">__new__</a>(S, ...)
-> a new <a href="__builtin__.html#object">object</a> wit
h type S, a subtype of T</tt></dl> | |
99 | |
100 <hr> | |
101 Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseEx
ception</a>:<br> | |
102 <dl><dt><a name="TabBackendException-__delattr__"><strong>__delattr__</strong></
a>(...)</dt><dd><tt>x.<a href="#TabBackendException-__delattr__">__delattr__</a>
('name') <==> del x.name</tt></dd></dl> | |
103 | |
104 <dl><dt><a name="TabBackendException-__getattribute__"><strong>__getattribute__<
/strong></a>(...)</dt><dd><tt>x.<a href="#TabBackendException-__getattribute__">
__getattribute__</a>('name') <==> x.name</tt></dd></dl> | |
105 | |
106 <dl><dt><a name="TabBackendException-__getitem__"><strong>__getitem__</strong></
a>(...)</dt><dd><tt>x.<a href="#TabBackendException-__getitem__">__getitem__</a>
(y) <==> x[y]</tt></dd></dl> | |
107 | |
108 <dl><dt><a name="TabBackendException-__getslice__"><strong>__getslice__</strong>
</a>(...)</dt><dd><tt>x.<a href="#TabBackendException-__getslice__">__getslice__
</a>(i, j) <==> x[i:j]<br> | |
109 <br> | |
110 Use of negative indices is not supported.</tt></dd
></dl> | |
111 | |
112 <dl><dt><a name="TabBackendException-__reduce__"><strong>__reduce__</strong></a>
(...)</dt></dl> | |
113 | |
114 <dl><dt><a name="TabBackendException-__repr__"><strong>__repr__</strong></a>(...
)</dt><dd><tt>x.<a href="#TabBackendException-__repr__">__repr__</a>() <
==> repr(x)</tt></dd></dl> | |
115 | |
116 <dl><dt><a name="TabBackendException-__setattr__"><strong>__setattr__</strong></
a>(...)</dt><dd><tt>x.<a href="#TabBackendException-__setattr__">__setattr__</a>
('name', value) <==> x.name = value</tt></dd></dl
> | |
117 | |
118 <dl><dt><a name="TabBackendException-__setstate__"><strong>__setstate__</strong>
</a>(...)</dt></dl> | |
119 | |
120 <dl><dt><a name="TabBackendException-__str__"><strong>__str__</strong></a>(...)<
/dt><dd><tt>x.<a href="#TabBackendException-__str__">__str__</a>() <==&g
t; str(x)</tt></dd></dl> | |
121 | |
122 <dl><dt><a name="TabBackendException-__unicode__"><strong>__unicode__</strong></
a>(...)</dt></dl> | |
123 | |
124 <hr> | |
125 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptio
ns.BaseException</a>:<br> | |
126 <dl><dt><strong>__dict__</strong></dt> | |
127 </dl> | |
128 <dl><dt><strong>args</strong></dt> | |
129 </dl> | |
130 <dl><dt><strong>message</strong></dt> | |
131 </dl> | |
132 </td></tr></table></td></tr></table> | |
133 </body></html> | |
OLD | NEW |