Function PerformanceSingleton.getMonitor

Returns the value of one of the available monitors. You should provide one of the monitor constants as the argument, like this:

double getMonitor (
  const(long) monitor
) nothrow @nogc const;

print(Performance.get_monitor(Performance.TIME_FPS)) # Prints the FPS to the console