summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Friedman <dmail@google.com> 2016-09-30 21:45:39 +0000
committer android-build-merger <android-build-merger@google.com> 2016-09-30 21:45:39 +0000
commit54a4e4a2973f399a1f354a173e2785bd242282b8 (patch)
tree7fed5320f63040a4c06a64bcbe955347e4668d69
parent1c4749f69a614ea8c33d076994643ea21aea3766 (diff)
parentbcbed91c2fd96fbe96c8d2633c0c6ecb4e2df481 (diff)
Docs: Minor TOC and link fixes for newly released iteration of Perf docs. am: a9c3a0b529
am: bcbed91c2f Change-Id: I3c9999e0e1aacaef58e227f9d004d8ebe3508fba
-rw-r--r--docs/html/topic/performance/_book.yaml4
-rw-r--r--docs/html/topic/performance/rendering/index.jd6
-rw-r--r--docs/html/topic/performance/rendering/profile-gpu.jd2
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/topic/performance/_book.yaml b/docs/html/topic/performance/_book.yaml
index ba7c8b54e699..4021e85c14aa 100644
--- a/docs/html/topic/performance/_book.yaml
+++ b/docs/html/topic/performance/_book.yaml
@@ -35,9 +35,9 @@ toc:
section:
- title: Reducing Overdraw
path: /topic/performance/rendering/overdraw.html
- - title: Optimizing View Hierarchies
+ - title: Performance and View Hierarchies
path: /topic/performance/rendering/optimizing-view-hierarchies.html
- - title: Using the Profile GPU Tool
+ - title: Analyzing with Profile GPU Rendering
path: /topic/performance/rendering/profile-gpu.html
- title: Intelligent Job-Scheduling
path: /topic/performance/scheduling.html
diff --git a/docs/html/topic/performance/rendering/index.jd b/docs/html/topic/performance/rendering/index.jd
index e04605cc7eee..1b16df035376 100644
--- a/docs/html/topic/performance/rendering/index.jd
+++ b/docs/html/topic/performance/rendering/index.jd
@@ -38,8 +38,8 @@ page.metaDescription=Learn how to optimize your app's rendering performance.
</dd>
<dt>
- <strong><a href="profile-gpu.html">
- Optimizing View Hierarchies</a></strong>
+ <strong><a href="optimizing-view-hierarchies.html">
+ Performance and View Hierarchies</a></strong>
</dt>
<dd>
Make sure your layout and measurement are executing efficiently, and
@@ -49,7 +49,7 @@ page.metaDescription=Learn how to optimize your app's rendering performance.
<dt>
<strong><a href="profile-gpu.html">
- Using the Profile GPU Tool</a></strong>
+ Analyzing with Profile GPU Rendering</a></strong>
</dt>
<dd>
Take advantage of this on-device tool to identify bottlenecks that
diff --git a/docs/html/topic/performance/rendering/profile-gpu.jd b/docs/html/topic/performance/rendering/profile-gpu.jd
index 11c38e40783d..fc9877772610 100644
--- a/docs/html/topic/performance/rendering/profile-gpu.jd
+++ b/docs/html/topic/performance/rendering/profile-gpu.jd
@@ -1,4 +1,4 @@
-page.title=Analyzing Rendering with Profile GPU
+page.title=Analyzing with Profile GPU Rendering
page.metaDescription=Use the Profile GPU tool to help you optimize your app's rendering performance.
meta.tags="power"