Add **Assets profiler** to Editor

This commit is contained in:
Wojciech Figat
2022-12-09 15:46:01 +01:00
parent e5742772ae
commit ed700cb070
6 changed files with 326 additions and 4 deletions

View File

@@ -557,6 +557,14 @@ public:
return count;
}
/// <summary>
/// Gets the current capacity of delegate table (amount of function to store before resizing).
/// </summary>
int32 Capacity() const
{
return (int32)Platform::AtomicRead((intptr volatile*)&_size);
}
/// <summary>
/// Determines whether any function is binded.
/// </summary>