class
   PF::Fps
 
  - PF::Fps
 - Reference
 - Object
 
Overview
Measures the Frames Per Second
Defined in:
fps.crConstructors
Instance Method Summary
- 
        #interval : Float64
        
          
FPS calculated over this interval (in milliseconds)
 - 
        #interval=(interval : Float64)
        
          
FPS calculated over this interval (in milliseconds)
 - 
        #rate : UInt32
        
          
the current FPS
 - #update(elapsed_time : Float64)