summaryrefslogtreecommitdiff
path: root/src/input.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-07-03 16:17:35 -0400
committerMica White <botahamec@outlook.com>2026-07-03 16:17:35 -0400
commite8fe3415e86e18ac97216ada94002d0a03ee3c8a (patch)
treeace0f8fd335729e8c4bb4c7d5eadbdd948e50286 /src/input.rs
parent73ffbee638c03da132aea0e5d600ca5e8144fd8e (diff)
Profiling
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs1
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();
}