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.