Fixes #15834 ## Migration Guide The APIs of `Time`, `Timer` and `Stopwatch` have been cleaned up for consistency with each other and the standard library's `Duration` type. The following methods have been renamed: - `Stowatch::paused` -> `Stopwatch::is_paused` - `Time::elapsed_seconds` -> `Time::elasped_secs` (including `_f64` and `_wrapped` variants) |
||
|---|---|---|
| .. | ||
| diagnostic.rs | ||
| entity_count_diagnostics_plugin.rs | ||
| frame_time_diagnostics_plugin.rs | ||
| lib.rs | ||
| log_diagnostics_plugin.rs | ||
| system_information_diagnostics_plugin.rs | ||