* commit '30ff6523a791dc66b9c93f1cb7822071c20da454': Fix framestats docs ordering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user