Class Index | File Index

Classes


Class createjs.Ticker.PerformanceCounter


Defined in: ticker.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that collects the specified number of values.
Field Summary
Field Attributes Field Name and Description
 
 
Method Summary
Method Attributes Method Name and Description
 
addValue(value)
Adds a value to this object.
 
Returns the average of the values stored in this object.
 
Returns the frames per second.
Class Detail
createjs.Ticker.PerformanceCounter()
A class that collects the specified number of values.
Field Detail
offset_

values_
Method Detail
addValue(value)
Adds a value to this object.
Parameters:
{number} value

{number} getAverage()
Returns the average of the values stored in this object.
Returns:
{number}

{number} getFPS()
Returns the frames per second.
Returns:
{number}

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)