| Index: tools/telemetry/docs/telemetry.test.html
|
| diff --git a/tools/telemetry/docs/telemetry.core.extension_dict.html b/tools/telemetry/docs/telemetry.test.html
|
| similarity index 56%
|
| copy from tools/telemetry/docs/telemetry.core.extension_dict.html
|
| copy to tools/telemetry/docs/telemetry.test.html
|
| index fd91c364a01e6cb2c0f7b59be6fb483d04956c26..34821365ad3a0b8ac68b996808f7e3a5ea81e387 100644
|
| --- a/tools/telemetry/docs/telemetry.core.extension_dict.html
|
| +++ b/tools/telemetry/docs/telemetry.test.html
|
| @@ -1,15 +1,15 @@
|
|
|
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| -<html><head><title>Python: module telemetry.core.extension_dict</title>
|
| +<html><head><title>Python: module telemetry.test</title>
|
| </head><body bgcolor="#f0f0f8">
|
|
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
| <tr bgcolor="#7799ee">
|
| <td valign=bottom> <br>
|
| -<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.extension_dict</strong></big></big></font></td
|
| +<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.test</strong></big></big></font></td
|
| ><td align=right valign=bottom
|
| -><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/core/extension_dict.py">telemetry/core/extension_dict.py</a></font></td></tr></table>
|
| - <p><tt># Copyright (c) 2012 The Chromium Authors. All rights reserved.<br>
|
| +><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="../telemetry/test.py">telemetry/test.py</a></font></td></tr></table>
|
| + <p><tt># Copyright (c) 2013 The Chromium Authors. All rights reserved.<br>
|
| # Use of this source code is governed by a BSD-style license that can be<br>
|
| # found in the LICENSE file.</tt></p>
|
| <p>
|
| @@ -19,8 +19,10 @@
|
| <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
|
|
|
| <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
| -<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.extension_to_load.html">telemetry.core.extension_to_load</a><br>
|
| -</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>
|
| +<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><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>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ee77aa">
|
| <td colspan=3 valign=bottom> <br>
|
| @@ -31,7 +33,7 @@
|
| <dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a>
|
| </font></dt><dd>
|
| <dl>
|
| -<dt><font face="helvetica, arial"><a href="telemetry.core.extension_dict.html#ExtensionDict">ExtensionDict</a>
|
| +<dt><font face="helvetica, arial"><a href="telemetry.test.html#Test">Test</a>
|
| </font></dt></dl>
|
| </dd>
|
| </dl>
|
| @@ -39,18 +41,20 @@
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ffc8d8">
|
| <td colspan=3 valign=bottom> <br>
|
| -<font color="#000000" face="helvetica, arial"><a name="ExtensionDict">class <strong>ExtensionDict</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="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
|
|
|
| <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
|
| -<td colspan=2><tt>Dictionary of ExtensionPage instances, with extension_id as key<br> </tt></td></tr>
|
| +<td colspan=2><tt>Base class for a Telemetry test or benchmark.<br>
|
| + <br>
|
| +A test packages a PageTest/PageMeasurement and a PageSet together.<br> </tt></td></tr>
|
| <tr><td> </td>
|
| <td width="100%">Methods defined here:<br>
|
| -<dl><dt><a name="ExtensionDict-__contains__"><strong>__contains__</strong></a>(self, load_extension)</dt><dd><tt>Checks if this ExtensionToLoad instance has been loaded</tt></dd></dl>
|
| +<dl><dt><a name="Test-CreatePageSet"><strong>CreatePageSet</strong></a>(self, options)</dt><dd><tt>Get the page set this test will run on.<br>
|
| + <br>
|
| +By default, it will create a page set from the file at this test's<br>
|
| +page_set attribute. Override to generate a custom page set.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="ExtensionDict-__getitem__"><strong>__getitem__</strong></a>(self, load_extension)</dt><dd><tt>Given an ExtensionToLoad instance, returns the corresponding<br>
|
| -ExtensionPage instance.</tt></dd></dl>
|
| -
|
| -<dl><dt><a name="ExtensionDict-__init__"><strong>__init__</strong></a>(self, extension_dict_backend)</dt></dl>
|
| +<dl><dt><a name="Test-Run"><strong>Run</strong></a>(self, options)</dt><dd><tt>Run this test with the given options.</tt></dd></dl>
|
|
|
| <hr>
|
| Data descriptors defined here:<br>
|
| @@ -60,5 +64,11 @@ Data descriptors defined here:<br>
|
| <dl><dt><strong>__weakref__</strong></dt>
|
| <dd><tt>list of weak references to the object (if 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>
|
| </body></html>
|
|
|