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?

link|improve this question

Needs a fps and/or a framerate tag. – Refactor May 18 '10 at 21:59
feedback

1 Answer

up vote 2 down vote accepted

I don't think there is a specific event that gives a frame rate. This reference/example might help. It shows the frame rate when running -- JavaFX FPS Meter . It has a link to source code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.