From a9c3a0b5291affb6f0ea844c50e2639da5848ada Mon Sep 17 00:00:00 2001 From: David Friedman Date: Fri, 30 Sep 2016 14:25:45 -0700 Subject: [PATCH] Docs: Minor TOC and link fixes for newly released iteration of Perf docs. Change-Id: I61a9477ae129138932d4da29253bc2e6ece8357d --- docs/html/topic/performance/_book.yaml | 4 ++-- docs/html/topic/performance/rendering/index.jd | 6 +++--- 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 ba7c8b54e6998..4021e85c14aaa 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 e04605cc7eee4..1b16df035376b 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.
- - Optimizing View Hierarchies + + Performance and View Hierarchies
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.
- Using the Profile GPU Tool + Analyzing with Profile GPU Rendering
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 11c38e40783d5..fc98777726106 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"