diff --git a/docs/html/preview/testing/performance.jd b/docs/html/preview/testing/performance.jd
index 003b619f44b63..abb41c437b9ac 100644
--- a/docs/html/preview/testing/performance.jd
+++ b/docs/html/preview/testing/performance.jd
@@ -158,6 +158,15 @@ Number Slow draw: 23342
+
INTENDED_VSYNC
+
+ - The intended start point for the frame. If this value is different from VSYNC, there
+ was work occurring on the UI thread that prevented it from responding to the vsync signal
+ in a timely fashion.
+
+
+
+
VSYNC
- The time value that was used in all the vsync listeners and drawing for the frame
@@ -172,16 +181,6 @@ Number Slow draw: 23342
-
- INTENDED_VSYNC
-
- - The intended start point for the frame. If this value is different from VSYNC, there
- was work occurring on the UI thread that prevented it from responding to the vsync signal
- in a timely fashion.
-
-
-
-
OLDEST_INPUT_EVENT
- The timestamp of the oldest input event in the input queue, or Long.MAX_VALUE if