Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
552
export
function
getFPS(): number {
553
return
bloom_get_fps();
554
}
555
556
export
function
getTime(): number {
557
return
bloom_get_time();
Callers
4
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
Calls
1
bloom_get_fps
Function · 0.50
Tested by
no test coverage detected