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

Unified Diff: tools/telemetry/docs/telemetry.test.html

Issue 196383034: Update telemetry docs by running the update_docs script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/docs/telemetry.test.html
diff --git a/tools/telemetry/docs/telemetry.test.html b/tools/telemetry/docs/telemetry.test.html
index 34821365ad3a0b8ac68b996808f7e3a5ea81e387..d6786f2c7a145945eb7d8e37c773bbaa5ee705f0 100644
--- a/tools/telemetry/docs/telemetry.test.html
+++ b/tools/telemetry/docs/telemetry.test.html
@@ -19,10 +19,22 @@
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
-<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.page.page_runner.html">telemetry.page.page_runner</a><br>
+<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.browser_finder.html">telemetry.core.browser_finder</a><br>
+<a href="telemetry.page.cloud_storage.html">telemetry.page.cloud_storage</a><br>
+<a href="telemetry.core.command_line.html">telemetry.core.command_line</a><br>
+<a href="telemetry.decorators.html">telemetry.decorators</a><br>
+</td><td width="25%" valign=top><a href="logging.html">logging</a><br>
+<a href="optparse.html">optparse</a><br>
+<a href="os.html">os</a><br>
+<a href="telemetry.page.page_runner.html">telemetry.page.page_runner</a><br>
</td><td width="25%" valign=top><a href="telemetry.page.page_set.html">telemetry.page.page_set</a><br>
-</td><td width="25%" valign=top><a href="telemetry.page.page_test.html">telemetry.page.page_test</a><br>
-</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
+<a href="telemetry.page.page_test.html">telemetry.page.page_test</a><br>
+<a href="shutil.html">shutil</a><br>
+<a href="sys.html">sys</a><br>
+</td><td width="25%" valign=top><a href="telemetry.page.test_expectations.html">telemetry.page.test_expectations</a><br>
+<a href="telemetry.core.util.html">telemetry.core.util</a><br>
+<a href="zipfile.html">zipfile</a><br>
+</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom>&nbsp;<br>
@@ -30,7 +42,7 @@
<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><dl>
-<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a>
+<dt><font face="helvetica, arial"><a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a>(<a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="telemetry.test.html#Test">Test</a>
@@ -41,34 +53,71 @@
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom>&nbsp;<br>
-<font color="#000000" face="helvetica, arial"><a name="Test">class <strong>Test</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
+<font color="#000000" face="helvetica, arial"><a name="Test">class <strong>Test</strong></a>(<a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a>)</font></td></tr>
<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
<td colspan=2><tt>Base&nbsp;class&nbsp;for&nbsp;a&nbsp;Telemetry&nbsp;test&nbsp;or&nbsp;benchmark.<br>
&nbsp;<br>
A&nbsp;test&nbsp;packages&nbsp;a&nbsp;PageTest/PageMeasurement&nbsp;and&nbsp;a&nbsp;PageSet&nbsp;together.<br>&nbsp;</tt></td></tr>
<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Test-CreatePageSet"><strong>CreatePageSet</strong></a>(self, options)</dt><dd><tt>Get&nbsp;the&nbsp;page&nbsp;set&nbsp;this&nbsp;test&nbsp;will&nbsp;run&nbsp;on.<br>
+<td width="100%"><dl><dt>Method resolution order:</dt>
+<dd><a href="telemetry.test.html#Test">Test</a></dd>
+<dd><a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a></dd>
+<dd><a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a></dd>
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
+</dl>
+<hr>
+Methods defined here:<br>
+<dl><dt><a name="Test-CustomizeBrowserOptions"><strong>CustomizeBrowserOptions</strong></a>(self, options)</dt><dd><tt>Add&nbsp;browser&nbsp;options&nbsp;that&nbsp;are&nbsp;required&nbsp;by&nbsp;this&nbsp;benchmark.</tt></dd></dl>
+
+<dl><dt><a name="Test-Run"><strong>Run</strong></a>(self, args)</dt><dd><tt>Run&nbsp;this&nbsp;test&nbsp;with&nbsp;the&nbsp;given&nbsp;options.</tt></dd></dl>
+
+<hr>
+Class methods defined here:<br>
+<dl><dt><a name="Test-AddCommandLineArgs"><strong>AddCommandLineArgs</strong></a>(cls, parser)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl>
+
+<dl><dt><a name="Test-CreateExpectations"><strong>CreateExpectations</strong></a>(cls, ps)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Get&nbsp;the&nbsp;expectations&nbsp;this&nbsp;test&nbsp;will&nbsp;run&nbsp;with.<br>
+&nbsp;<br>
+By&nbsp;default,&nbsp;it&nbsp;will&nbsp;create&nbsp;an&nbsp;empty&nbsp;expectations&nbsp;set.&nbsp;Override&nbsp;to&nbsp;generate<br>
+custom&nbsp;expectations.</tt></dd></dl>
+
+<dl><dt><a name="Test-CreatePageSet"><strong>CreatePageSet</strong></a>(cls, options)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Get&nbsp;the&nbsp;page&nbsp;set&nbsp;this&nbsp;test&nbsp;will&nbsp;run&nbsp;on.<br>
&nbsp;<br>
By&nbsp;default,&nbsp;it&nbsp;will&nbsp;create&nbsp;a&nbsp;page&nbsp;set&nbsp;from&nbsp;the&nbsp;file&nbsp;at&nbsp;this&nbsp;test's<br>
page_set&nbsp;attribute.&nbsp;Override&nbsp;to&nbsp;generate&nbsp;a&nbsp;custom&nbsp;page&nbsp;set.</tt></dd></dl>
-<dl><dt><a name="Test-Run"><strong>Run</strong></a>(self, options)</dt><dd><tt>Run&nbsp;this&nbsp;test&nbsp;with&nbsp;the&nbsp;given&nbsp;options.</tt></dd></dl>
+<dl><dt><a name="Test-Name"><strong>Name</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl>
+
+<dl><dt><a name="Test-PageTestClass"><strong>PageTestClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Get&nbsp;the&nbsp;PageTest&nbsp;for&nbsp;this&nbsp;<a href="#Test">Test</a>.<br>
+&nbsp;<br>
+If&nbsp;the&nbsp;<a href="#Test">Test</a>&nbsp;has&nbsp;no&nbsp;PageTest,&nbsp;raises&nbsp;NotImplementedError.</tt></dd></dl>
+
+<dl><dt><a name="Test-ProcessCommandLineArgs"><strong>ProcessCommandLineArgs</strong></a>(cls, parser, args)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl>
<hr>
-Data descriptors defined here:<br>
+Data and other attributes defined here:<br>
+<dl><dt><strong>options</strong> = {}</dl>
+
+<hr>
+Class methods inherited from <a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a>:<br>
+<dl><dt><a name="Test-Description"><strong>Description</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl>
+
+<hr>
+Data descriptors inherited from <a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>:<br>
<dl><dt><strong>__dict__</strong></dt>
<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
-<hr>
-Data and other attributes defined here:<br>
-<dl><dt><strong>enabled</strong> = True</dl>
-
-<dl><dt><strong>options</strong> = {}</dl>
-
-</td></tr></table></td></tr></table>
+</td></tr></table></td></tr></table><p>
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
+<tr bgcolor="#eeaa77">
+<td colspan=3 valign=bottom>&nbsp;<br>
+<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
+
+<tr><td bgcolor="#eeaa77"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
+<td width="100%"><dl><dt><a name="-AddCommandLineArgs"><strong>AddCommandLineArgs</strong></a>(parser)</dt></dl>
+ <dl><dt><a name="-ProcessCommandLineArgs"><strong>ProcessCommandLineArgs</strong></a>(parser, args)</dt></dl>
+</td></tr></table>
</body></html>
« no previous file with comments | « tools/telemetry/docs/telemetry.page.record_wpr.html ('k') | tools/telemetry/docs/telemetry.test_runner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698