MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / getFPS

Function getFPS

src/core/index.ts:552–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

550}
551
552export function getFPS(): number {
553 return bloom_get_fps();
554}
555
556export function getTime(): number {
557 return bloom_get_time();

Callers 4

main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_get_fpsFunction · 0.50

Tested by

no test coverage detected