Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: tools/telemetry/docs/pydoc/telemetry.value.failure.html

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module telemetry.value.failure</title>
4 <meta charset="utf-8">
5 </head><body bgcolor="#f0f0f8">
6
7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
8 <tr bgcolor="#7799ee">
9 <td valign=bottom>&nbsp;<br>
10 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a hre f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry .value.html"><font color="#ffffff">value</font></a>.failure</strong></big></big> </font></td
11 ><td align=right valign=bottom
12 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href= "../telemetry/value/failure.py">telemetry/value/failure.py</a></font></td></tr>< /table>
13 <p><tt>#&nbsp;Copyright&nbsp;2014&nbsp;The&nbsp;Chromium&nbsp;Authors.&nbsp; All&nbsp;rights&nbsp;reserved.<br>
14 #&nbsp;Use&nbsp;of&nbsp;this&nbsp;source&nbsp;code&nbsp;is&nbsp;governed&nbsp;by &nbsp;a&nbsp;BSD-style&nbsp;license&nbsp;that&nbsp;can&nbsp;be<br>
15 #&nbsp;found&nbsp;in&nbsp;the&nbsp;LICENSE&nbsp;file.</tt></p>
16 <p>
17 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
18 <tr bgcolor="#aa55cc">
19 <td colspan=3 valign=bottom>&nbsp;<br>
20 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big ></font></td></tr>
21
22 <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
23 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=t op><a href="sys.html">sys</a><br>
24 </td><td width="25%" valign=top><a href="traceback.html">traceback</a><br>
25 </td><td width="25%" valign=top><a href="telemetry.value.html">telemetry.value</ a><br>
26 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
27 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
28 <tr bgcolor="#ee77aa">
29 <td colspan=3 valign=bottom>&nbsp;<br>
30 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big ></font></td></tr>
31
32 <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
33 <td width="100%"><dl>
34 <dt><font face="helvetica, arial"><a href="telemetry.value.html#Value">telemetry .value.Value</a>(<a href="__builtin__.html#object">__builtin__.object</a>)
35 </font></dt><dd>
36 <dl>
37 <dt><font face="helvetica, arial"><a href="telemetry.value.failure.html#FailureV alue">FailureValue</a>
38 </font></dt></dl>
39 </dd>
40 </dl>
41 <p>
42 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
43 <tr bgcolor="#ffc8d8">
44 <td colspan=3 valign=bottom>&nbsp;<br>
45 <font color="#000000" face="helvetica, arial"><a name="FailureValue">class <stro ng>FailureValue</strong></a>(<a href="telemetry.value.html#Value">telemetry.valu e.Value</a>)</font></td></tr>
46
47 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
48 <td width="100%"><dl><dt>Method resolution order:</dt>
49 <dd><a href="telemetry.value.failure.html#FailureValue">FailureValue</a></dd>
50 <dd><a href="telemetry.value.html#Value">telemetry.value.Value</a></dd>
51 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
52 </dl>
53 <hr>
54 Methods defined here:<br>
55 <dl><dt><a name="FailureValue-AsDict"><strong>AsDict</strong></a>(self)</dt></dl >
56
57 <dl><dt><a name="FailureValue-GetBuildbotDataType"><strong>GetBuildbotDataType</ strong></a>(self, output_context)</dt></dl>
58
59 <dl><dt><a name="FailureValue-GetBuildbotValue"><strong>GetBuildbotValue</strong ></a>(self)</dt></dl>
60
61 <dl><dt><a name="FailureValue-GetChartAndTraceNameForPerPageResult"><strong>GetC hartAndTraceNameForPerPageResult</strong></a>(self)</dt></dl>
62
63 <dl><dt><a name="FailureValue-GetRepresentativeNumber"><strong>GetRepresentative Number</strong></a>(self)</dt></dl>
64
65 <dl><dt><a name="FailureValue-GetRepresentativeString"><strong>GetRepresentative String</strong></a>(self)</dt></dl>
66
67 <dl><dt><a name="FailureValue-__init__"><strong>__init__</strong></a>(self, page , exc_info, description<font color="#909090">=None</font>, tir_label<font color= "#909090">=None</font>)</dt><dd><tt>A&nbsp;value&nbsp;representing&nbsp;a&nbsp;f ailure&nbsp;when&nbsp;running&nbsp;the&nbsp;page.<br>
68 &nbsp;<br>
69 Args:<br>
70 &nbsp;&nbsp;page:&nbsp;The&nbsp;page&nbsp;where&nbsp;this&nbsp;failure&nbsp;occu rs.<br>
71 &nbsp;&nbsp;exc_info:&nbsp;The&nbsp;exception&nbsp;info&nbsp;(sys.<a href="#Fail ureValue-exc_info">exc_info</a>())&nbsp;corresponding&nbsp;to<br>
72 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this&nbsp;failure.</tt></dd></dl>
73
74 <dl><dt><a name="FailureValue-__repr__"><strong>__repr__</strong></a>(self)</dt> </dl>
75
76 <hr>
77 Class methods defined here:<br>
78 <dl><dt><a name="FailureValue-FromMessage"><strong>FromMessage</strong></a>(cls, page, message)<font color="#909090"><font face="helvetica, arial"> from <a href ="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Creates& nbsp;a&nbsp;failure&nbsp;value&nbsp;for&nbsp;a&nbsp;given&nbsp;string&nbsp;messa ge.<br>
79 &nbsp;<br>
80 Args:<br>
81 &nbsp;&nbsp;page:&nbsp;The&nbsp;page&nbsp;where&nbsp;this&nbsp;failure&nbsp;occu rs.<br>
82 &nbsp;&nbsp;message:&nbsp;A&nbsp;string&nbsp;message&nbsp;describing&nbsp;the&nb sp;failure.</tt></dd></dl>
83
84 <dl><dt><a name="FailureValue-MergeLikeValuesFromDifferentPages"><strong>MergeLi keValuesFromDifferentPages</strong></a>(cls, values)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</ a></font></font></dt></dl>
85
86 <dl><dt><a name="FailureValue-MergeLikeValuesFromSamePage"><strong>MergeLikeValu esFromSamePage</strong></a>(cls, values)<font color="#909090"><font face="helvet ica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></f ont></dt></dl>
87
88 <hr>
89 Static methods defined here:<br>
90 <dl><dt><a name="FailureValue-FromDict"><strong>FromDict</strong></a>(value_dict , page_dict)</dt></dl>
91
92 <dl><dt><a name="FailureValue-GetJSONTypeName"><strong>GetJSONTypeName</strong>< /a>()</dt></dl>
93
94 <hr>
95 Data descriptors defined here:<br>
96 <dl><dt><strong>exc_info</strong></dt>
97 </dl>
98 <hr>
99 Methods inherited from <a href="telemetry.value.html#Value">telemetry.value.Valu e</a>:<br>
100 <dl><dt><a name="FailureValue-AsDictWithoutBaseClassEntries"><strong>AsDictWitho utBaseClassEntries</strong></a>(self)</dt></dl>
101
102 <dl><dt><a name="FailureValue-GetChartAndTraceNameForComputedSummaryResult"><str ong>GetChartAndTraceNameForComputedSummaryResult</strong></a>(self, trace_tag)</ dt></dl>
103
104 <dl><dt><a name="FailureValue-IsMergableWith"><strong>IsMergableWith</strong></a >(self, that)</dt></dl>
105
106 <dl><dt><a name="FailureValue-__eq__"><strong>__eq__</strong></a>(self, other)</ dt></dl>
107
108 <dl><dt><a name="FailureValue-__hash__"><strong>__hash__</strong></a>(self)</dt> </dl>
109
110 <hr>
111 Static methods inherited from <a href="telemetry.value.html#Value">telemetry.val ue.Value</a>:<br>
112 <dl><dt><a name="FailureValue-GetConstructorKwArgs"><strong>GetConstructorKwArgs </strong></a>(value_dict, page_dict)</dt><dd><tt>Produces&nbsp;constructor&nbsp; arguments&nbsp;from&nbsp;a&nbsp;value&nbsp;dict&nbsp;and&nbsp;a&nbsp;page&nbsp;d ict.<br>
113 &nbsp;<br>
114 Takes&nbsp;a&nbsp;dict&nbsp;parsed&nbsp;from&nbsp;JSON&nbsp;and&nbsp;an&nbsp;ind ex&nbsp;of&nbsp;pages&nbsp;and&nbsp;recovers&nbsp;the<br>
115 keyword&nbsp;arguments&nbsp;to&nbsp;be&nbsp;passed&nbsp;to&nbsp;the&nbsp;constru ctor&nbsp;for&nbsp;deserializing&nbsp;the<br>
116 dict.<br>
117 &nbsp;<br>
118 value_dict:&nbsp;a&nbsp;dictionary&nbsp;produced&nbsp;by&nbsp;<a href="#FailureV alue-AsDict">AsDict</a>()&nbsp;on&nbsp;a&nbsp;value&nbsp;subclass.<br>
119 page_dict:&nbsp;a&nbsp;dictionary&nbsp;mapping&nbsp;IDs&nbsp;to&nbsp;page&nbsp;o bjects.</tt></dd></dl>
120
121 <dl><dt><a name="FailureValue-ListOfValuesFromListOfDicts"><strong>ListOfValuesF romListOfDicts</strong></a>(value_dicts, page_dict)</dt><dd><tt>Takes&nbsp;a&nbs p;list&nbsp;of&nbsp;value&nbsp;dicts&nbsp;to&nbsp;values.<br>
122 &nbsp;<br>
123 Given&nbsp;a&nbsp;list&nbsp;of&nbsp;value&nbsp;dicts&nbsp;produced&nbsp;by&nbsp; AsDict,&nbsp;this&nbsp;method<br>
124 deserializes&nbsp;the&nbsp;dicts&nbsp;given&nbsp;a&nbsp;dict&nbsp;mapping&nbsp;p age&nbsp;IDs&nbsp;to&nbsp;pages.<br>
125 This&nbsp;method&nbsp;performs&nbsp;memoization&nbsp;for&nbsp;deserializing&nbsp ;a&nbsp;list&nbsp;of&nbsp;values<br>
126 efficiently,&nbsp;where&nbsp;FromDict&nbsp;is&nbsp;meant&nbsp;to&nbsp;handle&nbs p;one-offs.<br>
127 &nbsp;<br>
128 values:&nbsp;a&nbsp;list&nbsp;of&nbsp;value&nbsp;dicts&nbsp;produced&nbsp;by&nbs p;<a href="#FailureValue-AsDict">AsDict</a>()&nbsp;on&nbsp;a&nbsp;value&nbsp;sub class.<br>
129 page_dict:&nbsp;a&nbsp;dictionary&nbsp;mapping&nbsp;IDs&nbsp;to&nbsp;page&nbsp;o bjects.</tt></dd></dl>
130
131 <hr>
132 Data descriptors inherited from <a href="telemetry.value.html#Value">telemetry.v alue.Value</a>:<br>
133 <dl><dt><strong>__dict__</strong></dt>
134 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd>
135 </dl>
136 <dl><dt><strong>__weakref__</strong></dt>
137 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
138 </dl>
139 <dl><dt><strong>name_suffix</strong></dt>
140 <dd><tt>Returns&nbsp;the&nbsp;string&nbsp;after&nbsp;a&nbsp;.&nbsp;in&nbsp;the&n bsp;name,&nbsp;or&nbsp;the&nbsp;full&nbsp;name&nbsp;otherwise.</tt></dd>
141 </dl>
142 </td></tr></table></td></tr></table><p>
143 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
144 <tr bgcolor="#eeaa77">
145 <td colspan=3 valign=bottom>&nbsp;<br>
146 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></b ig></font></td></tr>
147
148 <tr><td bgcolor="#eeaa77"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td> &nbsp;</td>
149 <td width="100%"><dl><dt><a name="-GetStringFromExcInfo"><strong>GetStringFromEx cInfo</strong></a>(exc_info)</dt></dl>
150 </td></tr></table>
151 </body></html>
OLDNEW
« no previous file with comments | « tools/telemetry/docs/pydoc/telemetry.value.html ('k') | tools/telemetry/docs/pydoc/telemetry.value.histogram.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698