
getPhysicsTicRate()
- Returns how many times per second the scene's physics are being updated.
Return Type:
- float number

Sample Code
################## get the physics tic rate
# import bge
import bge
# get the physics tic rate
ticRate = bge.logic.getPhysicsTicRate()