| 148 | } |
| 149 | |
| 150 | static bool ShouldRetainLuaProfilerScopeState(LuaProfilerScopeState* state) |
| 151 | { |
| 152 | return !state->m_Scopes.Empty() || state->m_IsMainThread; |
| 153 | } |
| 154 | |
| 155 | static void DeleteEmptyLuaProfilerScopeStates() |
| 156 | { |
no test coverage detected