diff options
author | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 03:31:53 +0000 |
---|---|---|
committer | nduca@chromium.org <nduca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 03:31:53 +0000 |
commit | f9a5c9e6e7f0959187f0a3f4cda6bdcfde0a3b9c (patch) | |
tree | 67190aa58fac3c675c78f6b2a6722726a7f4a70e /tools/telemetry/docs/telemetry.page.perf_tests_helper.html | |
parent | 2919ace54733841b4858ca9e21008f5b8100b873 (diff) | |
download | chromium_src-f9a5c9e6e7f0959187f0a3f4cda6bdcfde0a3b9c.zip chromium_src-f9a5c9e6e7f0959187f0a3f4cda6bdcfde0a3b9c.tar.gz chromium_src-f9a5c9e6e7f0959187f0a3f4cda6bdcfde0a3b9c.tar.bz2 |
[telemetry] Initial (autogenerated) documentation plus support scripts
This makes help(telemetry) show the classes and methods we care most about.
Then, it adds ./update_docs script that autogenerates a docs/ folder using
pydoc.writedoc. Finally, it adds docs/ which contains HTML documentation on telemetry generated by update_docs.
BUG=241616
Review URL: https://chromiumcodereview.appspot.com/17150002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/telemetry/docs/telemetry.page.perf_tests_helper.html')
-rw-r--r-- | tools/telemetry/docs/telemetry.page.perf_tests_helper.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/tools/telemetry/docs/telemetry.page.perf_tests_helper.html b/tools/telemetry/docs/telemetry.page.perf_tests_helper.html new file mode 100644 index 0000000..0017ea5 --- /dev/null +++ b/tools/telemetry/docs/telemetry.page.perf_tests_helper.html @@ -0,0 +1,41 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html><head><title>Python: module telemetry.page.perf_tests_helper</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.page.html"><font color="#ffffff">page</font></a>.perf_tests_helper</strong></big></big></font></td +><td align=right valign=bottom +><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/page/perf_tests_helper.py">/Users/nduca/Local/chrome/src/tools/telemetry/telemetry/page/perf_tests_helper.py</a></font></td></tr></table> + <p><tt># Copyright (c) 2012 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> +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> +<tr bgcolor="#aa55cc"> +<td colspan=3 valign=bottom> <br> +<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="os.html">os</a><br> +</td><td width="25%" valign=top><a href="pylib.perf_tests_helper.html">pylib.perf_tests_helper</a><br> +</td><td width="25%" valign=top><a href="sys.html">sys</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="#eeaa77"> +<td colspan=3 valign=bottom> <br> +<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> + +<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> +<td width="100%"><dl><dt><a name="-__init__"><strong>__init__</strong></a>()</dt></dl> +</td></tr></table><p> +<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> +<tr bgcolor="#55aa55"> +<td colspan=3 valign=bottom> <br> +<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> + +<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> +<td width="100%"><strong>absolute_import</strong> = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)</td></tr></table> +</body></html>
\ No newline at end of file |