Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b40a3b72 authored by David Friedman's avatar David Friedman Committed by android-build-merger
Browse files

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

Docs: Minor TOC and link fixes for newly released iteration of Perf docs. am: a9c3a0b5 am: bcbed91c
am: 54a4e4a2

Change-Id: I7fc9c842cf83c1b4f3d986ab1f3ade80f25dfd08
parents 9ca0ccd7 54a4e4a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
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"