How to get the FPS from a JavaFX scene?

Posted by valmar on Stack Overflow See other posts from Stack Overflow or by valmar
Published on 2010-05-10T15:51:44Z Indexed on 2010/05/10 15:54 UTC
Read the original article Hit count: 323

Filed under:
|
|
|

I am currently writing a small graphical performance test benchmark for JavaFX.

Thus, I need to get the current FPS at which the JavaFX scene is being refreshed.

So far, I haven't found a solution how to accomplish this.

Does anyone know if there is some kind of event that I could use in order to get the FPS?

© Stack Overflow or respective owner

Related posts about javafx

Related posts about Performance