
getAverageFrameRate()
- Returns the estimated frames per second
Return Type:
- float number

Sample Code
################## get the average frame rate
# import bge
import bge
# get the average frame rate
bge.logic.getAverageFrameRate()