Merge branch 'Zode-fix-profiler-memory'
This commit is contained in:
@@ -492,7 +492,7 @@ namespace FlaxEditor.Windows.Profiler
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
subEventsMemoryTotal += sub.ManagedMemoryAllocation + e.NativeMemoryAllocation;
|
subEventsMemoryTotal += sub.ManagedMemoryAllocation + sub.NativeMemoryAllocation;
|
||||||
}
|
}
|
||||||
|
|
||||||
string name = e.Name.Replace("::", ".");
|
string name = e.Name.Replace("::", ".");
|
||||||
|
|||||||
Reference in New Issue
Block a user