mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-24 05:24:04 +00:00
5b32d39309
* Update Base.lua (#2159) Performance tuning - the BASE:I, F, T calls rank very high in overall number of calls taken from Moose. Ensure only the minimum number of actions based on trace state and level is taken * Update Spawn.lua (#2161) Updating this class as it calls BASE I,F,T a lot. Making it less noisy for some performance tuning