libweston: Add surface-fps debug scope
Add a 'surface-fps' debug scope which will print out the current frames per second for all surfaces on the fly.
This introduces a simple configuration in weston.ini:
[core]
surface-fps=true
The default value is false, so no behavioral change is introduced.