libweston: Print fps for all surfaces
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