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:17:35 -0400 |
| commit | e8fe3415e86e18ac97216ada94002d0a03ee3c8a (patch) | |
| tree | ace0f8fd335729e8c4bb4c7d5eadbdd948e50286 /src/script.rs | |
| parent | 73ffbee638c03da132aea0e5d600ca5e8144fd8e (diff) | |
Profiling
Diffstat (limited to 'src/script.rs')
| -rw-r--r-- | src/script.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script.rs b/src/script.rs index e1634a6..861f665 100644 --- a/src/script.rs +++ b/src/script.rs @@ -162,6 +162,7 @@ impl<'a> ScriptManager<'a> { wasm_runner: &WasmRunner, files: &mut FileManager, ) { + puffin::profile_function!(); for script_id in &self.active_scripts { let Some(script) = self.scripts.get(*script_id) else { unreachable!("The active script does not exist"); |
