getFps method

double getFps()

**** GET FPS Get current FPS (the algorithm seems correct, but what we see, is not! See Renderer::loop() )

Implementation

double getFps() {
  return _getFps();
}