debug.FpsDisplay.FpsAnimation_ Extends
No description.

Inheritance

Constructor

goog.debug.FpsDisplay.FpsAnimation_(elem)

Parameters

elem : Element
An element to hold the FPS count.

Instance Methods

Public Protected Private
onAnimationFrame(now)
No description.
Arguments:
now : number
The current time.
code »

Instance Properties

element_ :
An element to hold the current FPS rate.
Code »
frameNumber_ :
The number of frames observed so far.
Code »
lastFps_ :
The last average FPS.
Code »
lastTime_ :
The last time which we reported FPS at.
Code »

Package debug.FpsDisplay

Package Reference