More offloading to shaper, seeing if its better todo some math in loop...

This commit is contained in:
2025-01-08 08:38:06 -05:00
parent 18d8735c54
commit ce84652417
8 changed files with 150 additions and 107 deletions

View File

@ -15,7 +15,7 @@ set_profiler_module_context :: #force_inline proc "contextless" ( ctx : ^SpallPr
Module_Context = ctx
}
DISABLE_PROFILING :: false
DISABLE_PROFILING :: true
@(deferred_none = profile_end, disabled = DISABLE_PROFILING)
profile :: #force_inline proc "contextless" ( name : string, loc := #caller_location ) {