From 351001f9048e6c2dde861d25c84811bc7af7bcf8 Mon Sep 17 00:00:00 2001
From: Scott Main
Date: Mon, 2 Dec 2013 12:55:33 -0800
Subject: [PATCH] fix FPS typo in JB highlights, reported by vharron
Change-Id: I6a98af7730d1e56f08b5ba9a9f7d462cc35e17e8
---
docs/html/about/versions/jelly-bean.jd | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd
index c6702b075bf3b..25f88e3eb2b56 100644
--- a/docs/html/about/versions/jelly-bean.jd
+++ b/docs/html/about/versions/jelly-bean.jd
@@ -578,9 +578,10 @@ graphs, with colors indicating time spent creating drawing commands
graph for each visible Activity, including the navigation bar and notification
bar.
-A green line highlights the 60ms threshold for rendering
+
A green line highlights the 16ms threshold 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.
On devices running Android 4.2 and higher,