Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
Calls
1
requestAnimFrame
Function · 0.50
Tested by
no test coverage detected