diff options
| author | Aleks Haecky <vhaecky@google.com> | 2015-05-26 21:01:06 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-26 21:01:06 +0000 |
| commit | be3ab00fd3fb54dd7662d00dc1bfcf542358a052 (patch) | |
| tree | 8b1a00b8802e362aa00c926288dfacd83c913db4 /docs/html/tools/tools_toc.cs | |
| parent | f8cd49ae178a29471d1424726b23a593e9ab43a1 (diff) | |
| parent | fdd06fe6f9ff92b8fc8a289870103150d065e9cd (diff) | |
| download | frameworks_base-be3ab00fd3fb54dd7662d00dc1bfcf542358a052.zip frameworks_base-be3ab00fd3fb54dd7662d00dc1bfcf542358a052.tar.gz frameworks_base-be3ab00fd3fb54dd7662d00dc1bfcf542358a052.tar.bz2 | |
am fdd06fe6: Merge "docs: Add peformance tools getting started docs in new tools/performance subtree." into lmp-docs
* commit 'fdd06fe6f9ff92b8fc8a289870103150d065e9cd':
docs: Add peformance tools getting started docs in new tools/performance subtree.
Diffstat (limited to 'docs/html/tools/tools_toc.cs')
| -rw-r--r-- | docs/html/tools/tools_toc.cs | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index d92af04..54da711 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -194,10 +194,70 @@ class="en">Tools Help</span></a></div> </ul> </li><!-- end of build system --> +<!-- Performance Tools menu--> + <li class="nav-section"> + <div class="nav-section-header"> + <a href="<?cs var:toroot ?>tools/performance/index.html">Peformance Tools</a> + </div> + <ul> + <li><a href="<?cs var:toroot ?>tools/performance/debug-gpu-overdraw/index.html"> + Overdraw Debugger</a> + </li> + <li><a href="<?cs var:toroot ?>tools/performance/profile-gpu-rendering/index.html"> + Rendering Profiler</a> + </li> + <li class="nav-section"> + <div class="nav-section-header"> + <a href="<?cs var:toroot ?>tools/performance/hierarchy-viewer/index.html"> + Hierarchy Viewer</a></div> + <ul> + <li><a href="<?cs var:toroot ?>tools/performance/hierarchy-viewer/setup.html"><span + class="en">Setup</span></a> + </li> + <li><a href="<?cs var:toroot ?>tools/performance/hierarchy-viewer/profiling.html"><span + class="en">Profiling</span></a> + </li> + </ul> + </li> + <li class="nav-section"> + <div class="nav-section-header"> + <a href="<?cs var:toroot ?>tools/performance/comparison.html"> + Memory Profilers</a></div> + <ul> + <li><a href="<?cs var:toroot ?>tools/performance/memory-monitor/index.html"><span + class="en">Memory Monitor</span></a> + </li> + <li><a href="<?cs var:toroot ?>tools/performance/heap-viewer/index.html"><span + class="en">Heap Viewer</span></a> + </li> + <li><a href="<?cs var:toroot ?>tools/performance/allocation-tracker/index.html"><span + class="en">Allocation Tracker</span></a> + </li> + </ul> + </li> + <li><a href="<?cs var:toroot ?>tools/performance/traceview/index.html"> + Traceview</a> + </li> + <li><a href="<?cs var:toroot ?>tools/performance/systrace/index.html"> + Systrace</a> + </li> + <li class="nav-section"> + <div class="nav-section-header"> + <a href="<?cs var:toroot ?>tools/performance/batterystats-battery-historian/index.html"> + Battery Profilers</a></div> + <ul> + <li><a href="<?cs var:toroot ?>tools/performance/batterystats-battery-historian/charts.html"><span + class="en">Historian Charts</span></a> + </li> + </ul> + </li> + </ul> + </li><!-- End Performance Tools menu--> + <!-- Testing Tools menu--> <li class="nav-section"> - <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/testing/testing-tools.html""><span class="en">Testing Tools</span></a></div> + <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/testing/testing-tools.html"><span class="en">Testing Tools</span></a></div> <ul> <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/testing-support-library/index.html"><span |
