Registry / utility / fps-counter

fps-counter

JSON →
library3.0.0rscratesunverified

A Frames Per Second (FPS) counter for measuring rendering performance.

# Cargo.toml [dependencies] fps_counter = "3.0.0"
INSTALL
IMPORT
SIG · FPS-COUNTER
F
fps-counter
utilityrustv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FPSCounter
use fps_counter::FPSCounter;

Track frames per second

use fps_counter::FPSCounter; fn main() { let mut fps = FPSCounter::new(); loop { fps.tick(); println!("FPS: {}", fps.fps()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
fps-counter — cargo add fps-counter · libregistry