Class Index | File Index

Classes


Class Stats

Display some rendering statistics in a HTML element
Defined in: Stats.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Stats(options)
Method Summary
Method Attributes Method Name and Description
 
end(name)
End measuring time
 
Print stats in an HTML element
 
start(name)
Start measuring time
Class Detail
Stats(options)
Parameters:
options
Configuration properties for Stats.
  • element : the HTML element to receivce statistcs, can be a string (the ID) or the DOM element itself
  • verbose : the verbosity of the stats, default is false
Method Detail
end(name)
End measuring time
Parameters:
name

print()
Print stats in an HTML element

start(name)
Start measuring time
Parameters:
name

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Mar 21 2013 10:38:11 GMT+0100 (CET)