diff options
| author | Mica White <botahamec@outlook.com> | 2026-07-03 16:17:35 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-07-03 16:19:17 -0400 |
| commit | f31fda79035077a9dab8dee07a11d71fac3ba791 (patch) | |
| tree | a3c8eb295fd18831cb7ff803c984c32b5a823c2b /src/input.rs | |
| parent | bb7525206da1782fd9af49621aa52d87bd227838 (diff) | |
Profiling
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input.rs b/src/input.rs index c86daf4..90ddbb2 100644 --- a/src/input.rs +++ b/src/input.rs @@ -18,6 +18,7 @@ impl InputManager { } pub fn reset_next_frame(&mut self) { + puffin::profile_function!(); self.pressed_keys.clear(); } |
