Add more memory profiling insights and groups
This commit is contained in:
@@ -617,6 +617,7 @@ bool Scripting::Load()
|
||||
void Scripting::Release()
|
||||
{
|
||||
PROFILE_CPU();
|
||||
PROFILE_MEM(Scripting);
|
||||
// Note: this action can be called from main thread (due to Mono problems with assemblies actions from other threads)
|
||||
ASSERT(IsInMainThread());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user