MCPcopy
hub / github.com/ericdrowell/KineticJS / setStats

Function setStats

test/setStats.js:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 document.body.appendChild(stats.domElement);
18
19 function setStats() {
20 stats.begin();
21 requestAnimFrame(function(){
22 stats.end();
23 setStats();
24 });
25 }
26
27 setStats();

Callers 1

setStats.jsFile · 0.85

Calls 1

requestAnimFrameFunction · 0.50

Tested by

no test coverage detected