Returns the value of one of the available monitors. You should provide one of this class's constants as the argument, like this:
print(Performance.get_monitor(Performance.TIME_FPS)) # Prints the FPS to the console
See Implementation
Returns the value of one of the available monitors. You should provide one of this class's constants as the argument, like this: