Construct 3 r174

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Amazing feature!

    It shows how fast "worker mode" too, based on an FPS test.

    DOM: 22315 FPS

    Worker: 42599 FPS

    Near 2x the frame count per second. That's great!

    Hopefully this is a gateway feature for capping the framerate. Higher or Lower than 60 FPS.

    Would be very beneficial for mobile development, most especially for weak CPU devices.

      • [-] [+]
      • 4
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 4 points
      • *
      • (1 child)

      Results like this are not meaningful. I'd caution you from trying to conclude anything from such results.

      If you calculate the difference in the frame time in each case, the difference is only 22 microseconds. This is about 0.1% of the 16ms frame time at a normal 60 FPS, i.e. it makes no difference at all. When the frame time is very small it's easy to measure tiny variations such as this which appear to make a big difference to the framerate, but in actual fact have no relevance to the performance of games at all.