Skip to content

libweston: Print fps for all surfaces

Changwoo Cho requested to merge cwjo/weston:enable-surface-fps into master

This is introduced to get the fps for all surfaces on the fly.

Weston's timeline feature is useful for analyzing the rendering performance, but we cannot see the actual result until profiling is finished.

This introduces a simple configuration in weston.ini:
[core]
surface-fps=true

The default value is false, so no behavioral change is introduced.

Edited by Changwoo Cho

Merge request reports