Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CanadaHonk/shadow
/ renderer.js
File
renderer.js
engine/renderer.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
let
fpsFrameCount = 0, fpsLastUpdate = 0, fps = 0;
2
const
fpsAcc = 1;
3
let
lastFrame = performance.now();
4
let
frame = 0;
Callers
nothing calls this directly
Calls
9
setTimeout
Function · 0.85
toString
Method · 0.80
totalHeight
Method · 0.80
open
Method · 0.45
invalidateCaches
Method · 0.45
createElement
Method · 0.45
appendChild
Method · 0.45
querySelector
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected