diff options
author | 2016-10-01 00:06:42 +0000 | |
---|---|---|
committer | 2016-10-01 00:06:42 +0000 | |
commit | b40a3b723785d83f9a54646e5060d5a6ed39face (patch) | |
tree | caa976c30afd5089dd741b860a2845d6111d5ea7 | |
parent | 9ca0ccd7b92bc53de7ce25005a3fec3dd0bfcdf7 (diff) | |
parent | 54a4e4a2973f399a1f354a173e2785bd242282b8 (diff) |
Docs: Minor TOC and link fixes for newly released iteration of Perf docs. am: a9c3a0b529 am: bcbed91c2f
am: 54a4e4a297
Change-Id: I7fc9c842cf83c1b4f3d986ab1f3ade80f25dfd08
-rw-r--r-- | docs/html/topic/performance/_book.yaml | 4 | ||||
-rw-r--r-- | docs/html/topic/performance/rendering/index.jd | 6 | ||||
-rw-r--r-- | docs/html/topic/performance/rendering/profile-gpu.jd | 2 |
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" |