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/jd_collections.js | |
| 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/jd_collections.js')
| -rw-r--r-- | docs/html/jd_collections.js | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js index e2d0eb9..acbd138 100644 --- a/docs/html/jd_collections.js +++ b/docs/html/jd_collections.js @@ -1281,5 +1281,38 @@ var RESOURCE_COLLECTIONS = { "training/enterprise/work-policy-ctrl.html", "samples/BasicManagedProfile/index.html" ] + }, + "tools/performance/rendering": { + "title": "", + "resources": [ + "tools/performance/debug-gpu-overdraw/index.html", + "tools/performance/profile-gpu-rendering/index.html", + "tools/performance/hierarchy-viewer/setup.html", + "tools/performance/hierarchy-viewer/index.html", + "tools/performance/hierarchy-viewer/profiling.html" + ] + }, + "tools/performance/memory": { + "title": "", + "resources": [ + "tools/performance/memory-monitor/index.html", + "tools/performance/heap-viewer/index.html", + "tools/performance/allocation-tracker/index.html", + "tools/performance/comparison.html" + ] + }, + "tools/performance/cpu": { + "title": "", + "resources": [ + "tools/performance/traceview/index.html", + "tools/performance/systrace/index.html" + ] + }, + "tools/performance/battery": { + "title": "", + "resources": [ + "tools/performance/batterystats-battery-historian/index.html", + "tools/performance/batterystats-battery-historian/charts.html" + ] } } |
