Comment 4 for bug 2017097

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: [raspi] GNOME Shell runs at 30 FPS unless the CPU is being stressed

To get FPS in the system journal set environment:

  CLUTTER_SHOW_FPS=1

which will give you accurate FPS but not accurate render times because OpenGL is asynchronous. To get accurate render times too you will need to slow it down a little by adding:

  COGL_DEBUG=sync-frame