MCPcopy 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

1let fpsFrameCount = 0, fpsLastUpdate = 0, fps = 0;
2const fpsAcc = 1;
3let lastFrame = performance.now();
4let frame = 0;

Callers

nothing calls this directly

Calls 9

setTimeoutFunction · 0.85
toStringMethod · 0.80
totalHeightMethod · 0.80
openMethod · 0.45
invalidateCachesMethod · 0.45
createElementMethod · 0.45
appendChildMethod · 0.45
querySelectorMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected