diff options
author | John Reck <jreck@google.com> | 2015-06-03 15:58:58 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-03 15:58:58 +0000 |
commit | 06ae68aac222e1ba06169c5125e0689a30d13b09 (patch) | |
tree | 9c4c43dc5e967d5e70f1af4b1b2cfe82585092ac /docs/html | |
parent | cae82287c704c000d304fdd3447dd693e2801c14 (diff) | |
parent | 902ec1c7c660b46d7d643e5c1dd07021f073bfcd (diff) | |
download | frameworks_base-06ae68aac222e1ba06169c5125e0689a30d13b09.zip frameworks_base-06ae68aac222e1ba06169c5125e0689a30d13b09.tar.gz frameworks_base-06ae68aac222e1ba06169c5125e0689a30d13b09.tar.bz2 |
am 902ec1c7: Merge "Fix framestats docs ordering" into mnc-preview-docs
* commit '902ec1c7c660b46d7d643e5c1dd07021f073bfcd':
Fix framestats docs ordering
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/preview/testing/performance.jd | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/html/preview/testing/performance.jd b/docs/html/preview/testing/performance.jd index 003b619..abb41c4 100644 --- a/docs/html/preview/testing/performance.jd +++ b/docs/html/preview/testing/performance.jd @@ -158,6 +158,15 @@ Number Slow draw: 23342 </ul> </li> + <li>INTENDED_VSYNC + <ul> + <li>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. + </li> + </ul> + </li> + <li>VSYNC <ul> <li>The time value that was used in all the vsync listeners and drawing for the frame @@ -172,16 +181,6 @@ Number Slow draw: 23342 </ul> </li> - - <li>INTENDED_VSYNC - <ul> - <li>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. - </li> - </ul> - </li> - <li>OLDEST_INPUT_EVENT <ul> <li>The timestamp of the oldest input event in the input queue, or Long.MAX_VALUE if |