summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2013-12-02 22:20:22 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2013-12-02 22:20:22 +0000
commit7511d659a2a3815cc6894cd71ebed0a27e341430 (patch)
tree9d81d748b0c8109232bba479532482c6dc0fa2ce
parentb5d5a787e31bcba8822545c56d6506a38229bf22 (diff)
parent2dd715ed45b9000eab81b0972d0585294d7f9ddd (diff)
am 2dd715ed: Merge "fix FPS typo in JB highlights, reported by vharron" into klp-docs
* commit '2dd715ed45b9000eab81b0972d0585294d7f9ddd': fix FPS typo in JB highlights, reported by vharron
-rw-r--r--docs/html/about/versions/jelly-bean.jd5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd
index c6702b075bf3..25f88e3eb2b5 100644
--- a/docs/html/about/versions/jelly-bean.jd
+++ b/docs/html/about/versions/jelly-bean.jd
@@ -578,9 +578,10 @@ graphs</strong>, with colors indicating time spent creating drawing commands
graph for each visible Activity, including the navigation bar and notification
bar. </p>
-<p>A green line highlights the <strong>60ms threshold</strong> for rendering
+<p>A green line highlights the <strong>16ms threshold</strong> for rendering
operations, so you can assess the your app’s effective framerate relative
-to a 60 fps goal. If you see operations that cross the green line, you
+to a 60 fps goal (because 1/60th of a second equals roughly 16ms).
+If you see operations that cross the green line, you
can analyze them further using Systrace and other tools.</p>
<p class="caution" style="clear:both">On devices running Android 4.2 and higher,