| Index: tools/telemetry/docs/telemetry.html
|
| diff --git a/tools/telemetry/docs/telemetry.html b/tools/telemetry/docs/telemetry.html
|
| index a102d0cdb03e676b1cf7cb23c1aea5bd59af2b81..127eb863677589c9b7cdbbefa889df8ebe121ad2 100644
|
| --- a/tools/telemetry/docs/telemetry.html
|
| +++ b/tools/telemetry/docs/telemetry.html
|
| @@ -276,7 +276,7 @@ Put together:<br>
|
|
|
| <dl><dt><a name="PageMeasurement-PrepareResults"><strong>PrepareResults</strong></a>(self, options)</dt></dl>
|
|
|
| -<dl><dt><a name="PageMeasurement-__init__"><strong>__init__</strong></a>(self, action_name_to_run<font color="#909090">=''</font>, needs_browser_restart_after_each_run<font color="#909090">=False</font>, discard_first_result<font color="#909090">=False</font>)</dt></dl>
|
| +<dl><dt><a name="PageMeasurement-__init__"><strong>__init__</strong></a>(self, action_name_to_run<font color="#909090">=''</font>, needs_browser_restart_after_each_run<font color="#909090">=False</font>, discard_first_result<font color="#909090">=False</font>, clear_cache_before_each_run<font color="#909090">=False</font>)</dt></dl>
|
|
|
| <hr>
|
| Data descriptors defined here:<br>
|
| @@ -339,6 +339,10 @@ Data descriptors inherited from <a href="telemetry.page.page_test.html#PageTest"
|
| </dl>
|
| <dl><dt><strong>action_name_to_run</strong></dt>
|
| </dl>
|
| +<dl><dt><strong>clear_cache_before_each_run</strong></dt>
|
| +<dd><tt>When set to True, the browser's disk and memory cache will be cleared<br>
|
| +before each run.</tt></dd>
|
| +</dl>
|
| <dl><dt><strong>discard_first_result</strong></dt>
|
| <dd><tt>When set to True, the first run of the test is discarded. This is<br>
|
| useful for cases where it's desirable to have some test resource cached so<br>
|
| @@ -378,6 +382,8 @@ and the page's documentVisibilityState becoming 'visibl
|
| delay until the actual tab is visible to the user. None of these delays<br>
|
| are included in this call.</tt></dd></dl>
|
|
|
| +<dl><dt><a name="Tab-ClearCache"><strong>ClearCache</strong></a>(self)</dt><dd><tt>Clears the browser's HTTP disk cache and the tab's HTTP memory cache.</tt></dd></dl>
|
| +
|
| <dl><dt><a name="Tab-CollectGarbage"><strong>CollectGarbage</strong></a>(self)</dt></dl>
|
|
|
| <dl><dt><a name="Tab-GetCookieByName"><strong>GetCookieByName</strong></a>(self, name, timeout<font color="#909090">=60</font>)</dt><dd><tt>Returns the value of the cookie by the given |name|.</tt></dd></dl>
|
|
|