MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/fpsTracker.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6export class FpsTracker {
7 private frameDurations: number[] = []
8 private firstRenderTime: number | undefined
9 private lastRenderTime: number | undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected