[][src]Crate rusty_timer

Structs

Stopwatch

The stopwatch uses the std::time Instant and Duration

SystemStopwatch

This stopwatch is the same as the normal stopwatch but instead of using std::Instance, it uses std::SystemTime See normal Stopwatch for documentation

Timer

The Timer struct calculates delta time and if fixed updates should be done to calculate the times, the crate's stopwatch is used