Docs: Minor TOC and link fixes for newly released iteration of Perf docs.

am: a9c3a0b529

Change-Id: I8f874cbd848923e7f50ccd04e298bdc4e97f0b83
This commit is contained in:
David Friedman
2016-09-30 21:39:38 +00:00
committed by android-build-merger
3 changed files with 6 additions and 6 deletions

View File

@@ -35,9 +35,9 @@ toc:
section: section:
- title: Reducing Overdraw - title: Reducing Overdraw
path: /topic/performance/rendering/overdraw.html path: /topic/performance/rendering/overdraw.html
- title: Optimizing View Hierarchies - title: Performance and View Hierarchies
path: /topic/performance/rendering/optimizing-view-hierarchies.html 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 path: /topic/performance/rendering/profile-gpu.html
- title: Intelligent Job-Scheduling - title: Intelligent Job-Scheduling
path: /topic/performance/scheduling.html path: /topic/performance/scheduling.html

View File

@@ -38,8 +38,8 @@ page.metaDescription=Learn how to optimize your app's rendering performance.
</dd> </dd>
<dt> <dt>
<strong><a href="profile-gpu.html"> <strong><a href="optimizing-view-hierarchies.html">
Optimizing View Hierarchies</a></strong> Performance and View Hierarchies</a></strong>
</dt> </dt>
<dd> <dd>
Make sure your layout and measurement are executing efficiently, and 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> <dt>
<strong><a href="profile-gpu.html"> <strong><a href="profile-gpu.html">
Using the Profile GPU Tool</a></strong> Analyzing with Profile GPU Rendering</a></strong>
</dt> </dt>
<dd> <dd>
Take advantage of this on-device tool to identify bottlenecks that Take advantage of this on-device tool to identify bottlenecks that

View File

@@ -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. page.metaDescription=Use the Profile GPU tool to help you optimize your app's rendering performance.
meta.tags="power" meta.tags="power"