Firefox OS/Performance/Graphics/UniformityMeasure: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:


Then push Reload Data, which should give you a graph of frame uniformity. The smaller the difference in frames, the better. The mean and standard deviation are reported by the frame uniformity tool. The lower the standard deviation, the better.
Then push Reload Data, which should give you a graph of frame uniformity. The smaller the difference in frames, the better. The mean and standard deviation are reported by the frame uniformity tool. The lower the standard deviation, the better.
[http://www.masonchang.com/blog/2014/8/11/smooth-scrolling-frame-uniformity-touch-interpolation-and-touch-responsiveness Frame Uniformity Algorithm and Evaluation Details]

Revision as of 20:07, 11 August 2014

Measuring Frame Uniformity

Enable the preference 'layers.uniformity-info'. Then you will get a lot of spew in adb logcat. Next, update and install orangutan - https://github.com/wlach/orangutan.

Then, run orangutan to create a scroll. At the same time, make sure you have adb logcat open. Copy / paste all the logcat into the frame uniformity tool:

http://people.mozilla.org/~mchang/FrameUniformity.html

Then push Reload Data, which should give you a graph of frame uniformity. The smaller the difference in frames, the better. The mean and standard deviation are reported by the frame uniformity tool. The lower the standard deviation, the better.

Frame Uniformity Algorithm and Evaluation Details