| Index: tools/telemetry/docs/telemetry.core.browser.html
|
| diff --git a/tools/telemetry/docs/telemetry.core.browser.html b/tools/telemetry/docs/telemetry.core.browser.html
|
| index 78dfc77d1aae368b090ee433dfe8954287c14a25..629741908a687c13cf8e0e1ee6faafd9059d41df 100644
|
| --- a/tools/telemetry/docs/telemetry.core.browser.html
|
| +++ b/tools/telemetry/docs/telemetry.core.browser.html
|
| @@ -19,14 +19,17 @@
|
| <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.chrome.browser_backend.html">telemetry.core.chrome.browser_backend</a><br>
|
| +<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.backends.browser_backend.html">telemetry.core.backends.browser_backend</a><br>
|
| <a href="telemetry.core.browser_credentials.html">telemetry.core.browser_credentials</a><br>
|
| -<a href="telemetry.core.extension_dict.html">telemetry.core.extension_dict</a><br>
|
| -</td><td width="25%" valign=top><a href="os.html">os</a><br>
|
| -<a href="telemetry.core.platform.html">telemetry.core.platform</a><br>
|
| +<a href="telemetry.decorators.html">telemetry.decorators</a><br>
|
| +<a href="telemetry.core.exceptions.html">telemetry.core.exceptions</a><br>
|
| +</td><td width="25%" valign=top><a href="telemetry.core.extension_dict.html">telemetry.core.extension_dict</a><br>
|
| +<a href="telemetry.core.local_server.html">telemetry.core.local_server</a><br>
|
| +<a href="telemetry.core.memory_cache_http_server.html">telemetry.core.memory_cache_http_server</a><br>
|
| +<a href="os.html">os</a><br>
|
| +</td><td width="25%" valign=top><a href="telemetry.core.platform.html">telemetry.core.platform</a><br>
|
| <a href="telemetry.core.platform.profiler.profiler_finder.html">telemetry.core.platform.profiler.profiler_finder</a><br>
|
| -</td><td width="25%" valign=top><a href="telemetry.core.tab_list.html">telemetry.core.tab_list</a><br>
|
| -<a href="telemetry.core.temporary_http_server.html">telemetry.core.temporary_http_server</a><br>
|
| +<a href="telemetry.core.tab_list.html">telemetry.core.tab_list</a><br>
|
| <a href="telemetry.core.wpr_modes.html">telemetry.core.wpr_modes</a><br>
|
| </td><td width="25%" valign=top><a href="telemetry.core.wpr_server.html">telemetry.core.wpr_server</a><br>
|
| </td></tr></table></td></tr></table><p>
|
| @@ -68,20 +71,31 @@ the browser. Or better yet:<br>
|
|
|
| <dl><dt><a name="Browser-GetStandardOutput"><strong>GetStandardOutput</strong></a>(self)</dt></dl>
|
|
|
| -<dl><dt><a name="Browser-GetTraceResultAndReset"><strong>GetTraceResultAndReset</strong></a>(self)</dt><dd><tt>Returns the result of the trace, as TraceResult <a href="__builtin__.html#object">object</a>.</tt></dd></dl>
|
| +<dl><dt><a name="Browser-GetSystemInfo"><strong>GetSystemInfo</strong></a>(self)</dt><dd><tt>Returns low-level information about the system, if available.<br>
|
| + <br>
|
| +See the documentation of the SystemInfo class for more details.</tt></dd></dl>
|
|
|
| <dl><dt><a name="Browser-SetHTTPServerDirectories"><strong>SetHTTPServerDirectories</strong></a>(self, paths)</dt><dd><tt>Returns True if the HTTP server was started, False otherwise.</tt></dd></dl>
|
|
|
| <dl><dt><a name="Browser-SetReplayArchivePath"><strong>SetReplayArchivePath</strong></a>(self, archive_path, append_to_existing_wpr<font color="#909090">=False</font>, make_javascript_deterministic<font color="#909090">=True</font>)</dt></dl>
|
|
|
| -<dl><dt><a name="Browser-StartProfiling"><strong>StartProfiling</strong></a>(self, options, base_output_file)</dt><dd><tt>Starts profiling using |options|.profiler_tool. Results are saved to<br>
|
| +<dl><dt><a name="Browser-Start"><strong>Start</strong></a>(self)</dt></dl>
|
| +
|
| +<dl><dt><a name="Browser-StartLocalServer"><strong>StartLocalServer</strong></a>(self, server)</dt><dd><tt>Starts a LocalServer and associates it with this browser.<br>
|
| + <br>
|
| +It will be closed when the browser closes.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="Browser-StartProfiling"><strong>StartProfiling</strong></a>(self, profiler_name, base_output_file)</dt><dd><tt>Starts profiling using |profiler_name|. Results are saved to<br>
|
| |base_output_file|.<process_name>.</tt></dd></dl>
|
|
|
| <dl><dt><a name="Browser-StartTracing"><strong>StartTracing</strong></a>(self, custom_categories<font color="#909090">=None</font>, timeout<font color="#909090">=10</font>)</dt></dl>
|
|
|
| -<dl><dt><a name="Browser-StopProfiling"><strong>StopProfiling</strong></a>(self)</dt><dd><tt>Stops all active profilers and saves their results.</tt></dd></dl>
|
| +<dl><dt><a name="Browser-StopProfiling"><strong>StopProfiling</strong></a>(self)</dt><dd><tt>Stops all active profilers and saves their results.<br>
|
| + <br>
|
| +Returns:<br>
|
| + A list of filenames produced by the profiler.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="Browser-StopTracing"><strong>StopTracing</strong></a>(self)</dt></dl>
|
| +<dl><dt><a name="Browser-StopTracing"><strong>StopTracing</strong></a>(self)</dt><dd><tt>Stops tracing and returns the result as TimelineData <a href="__builtin__.html#object">object</a>.</tt></dd></dl>
|
|
|
| <dl><dt><a name="Browser-__enter__"><strong>__enter__</strong></a>(self)</dt></dl>
|
|
|
| @@ -101,8 +115,26 @@ Data descriptors defined here:<br>
|
| </dl>
|
| <dl><dt><strong>browser_type</strong></dt>
|
| </dl>
|
| +<dl><dt><strong>cpu_stats</strong></dt>
|
| +<dd><tt>Returns a dict of cpu statistics for the system.<br>
|
| +{ 'Browser': {<br>
|
| + 'CpuProcessTime': S,<br>
|
| + 'TotalTime': T<br>
|
| + },<br>
|
| + 'Gpu': {<br>
|
| + 'CpuProcessTime': S,<br>
|
| + 'TotalTime': T<br>
|
| + },<br>
|
| + 'Renderer': {<br>
|
| + 'CpuProcessTime': S,<br>
|
| + 'TotalTime': T<br>
|
| + }<br>
|
| +}<br>
|
| +Any of the above keys may be missing on a per-platform basis.</tt></dd>
|
| +</dl>
|
| <dl><dt><strong>extensions</strong></dt>
|
| -<dd><tt>Returns the extension dictionary if it exists.</tt></dd>
|
| +</dl>
|
| +<dl><dt><strong>foreground_tab</strong></dt>
|
| </dl>
|
| <dl><dt><strong>http_server</strong></dt>
|
| </dl>
|
| @@ -131,33 +163,39 @@ Data descriptors defined here:<br>
|
| <dl><dt><strong>is_content_shell</strong></dt>
|
| <dd><tt>Returns whether this browser is a content shell, only.</tt></dd>
|
| </dl>
|
| +<dl><dt><strong>is_tracing_running</strong></dt>
|
| +</dl>
|
| +<dl><dt><strong>local_servers</strong></dt>
|
| +<dd><tt>Returns the currently running local servers.</tt></dd>
|
| +</dl>
|
| <dl><dt><strong>memory_stats</strong></dt>
|
| <dd><tt>Returns a dict of memory statistics for the browser:<br>
|
| { 'Browser': {<br>
|
| - 'VM': S,<br>
|
| - 'VMPeak': T,<br>
|
| - 'WorkingSetSize': U,<br>
|
| - 'WorkingSetSizePeak': V,<br>
|
| - 'ProportionalSetSize': W,<br>
|
| - 'PrivateDirty': X<br>
|
| + 'VM': R,<br>
|
| + 'VMPeak': S,<br>
|
| + 'WorkingSetSize': T,<br>
|
| + 'WorkingSetSizePeak': U,<br>
|
| + 'ProportionalSetSize': V,<br>
|
| + 'PrivateDirty': W<br>
|
| },<br>
|
| 'Gpu': {<br>
|
| - 'VM': S,<br>
|
| - 'VMPeak': T,<br>
|
| - 'WorkingSetSize': U,<br>
|
| - 'WorkingSetSizePeak': V,<br>
|
| - 'ProportionalSetSize': W,<br>
|
| - 'PrivateDirty': X<br>
|
| + 'VM': R,<br>
|
| + 'VMPeak': S,<br>
|
| + 'WorkingSetSize': T,<br>
|
| + 'WorkingSetSizePeak': U,<br>
|
| + 'ProportionalSetSize': V,<br>
|
| + 'PrivateDirty': W<br>
|
| },<br>
|
| 'Renderer': {<br>
|
| - 'VM': S,<br>
|
| - 'VMPeak': T,<br>
|
| - 'WorkingSetSize': U,<br>
|
| - 'WorkingSetSizePeak': V,<br>
|
| - 'ProportionalSetSize': W,<br>
|
| - 'PrivateDirty': X<br>
|
| + 'VM': R,<br>
|
| + 'VMPeak': S,<br>
|
| + 'WorkingSetSize': T,<br>
|
| + 'WorkingSetSizePeak': U,<br>
|
| + 'ProportionalSetSize': V,<br>
|
| + 'PrivateDirty': W<br>
|
| },<br>
|
| - 'SystemCommitCharge': Y,<br>
|
| + 'SystemCommitCharge': X,<br>
|
| + 'SystemTotalPhysicalMemory': Y,<br>
|
| 'ProcessCount': Z,<br>
|
| }<br>
|
| Any of the above keys may be missing on a per-platform basis.</tt></dd>
|
| @@ -166,10 +204,14 @@ Any of the above keys may be missing on&
|
| </dl>
|
| <dl><dt><strong>supports_extensions</strong></dt>
|
| </dl>
|
| +<dl><dt><strong>supports_system_info</strong></dt>
|
| +</dl>
|
| <dl><dt><strong>supports_tab_control</strong></dt>
|
| </dl>
|
| <dl><dt><strong>supports_tracing</strong></dt>
|
| </dl>
|
| +<dl><dt><strong>synthetic_gesture_source_type</strong></dt>
|
| +</dl>
|
| <dl><dt><strong>tabs</strong></dt>
|
| </dl>
|
| </td></tr></table></td></tr></table>
|
|
|