diff options
author | John Reck <jreck@google.com> | 2015-06-02 16:00:17 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2015-06-02 23:01:03 +0000 |
commit | 5eff54f79f8b81b7ce57208df809b268194a3dd9 (patch) | |
tree | cc487aa4bf6cce67b3cced749bd6f04dcf0854fa /docs/html/preview/testing | |
parent | 6042f351d21a67e6ebb30d1effce8264772c6a19 (diff) | |
download | frameworks_base-5eff54f79f8b81b7ce57208df809b268194a3dd9.zip frameworks_base-5eff54f79f8b81b7ce57208df809b268194a3dd9.tar.gz frameworks_base-5eff54f79f8b81b7ce57208df809b268194a3dd9.tar.bz2 |
Fix framestats docs ordering
Bug: 21560187
Fields were listed in a different order than they were printed
Change-Id: Icea4f442c5f43aef42e0701958249a4dca9e01f0
Diffstat (limited to 'docs/html/preview/testing')
-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 |