Add **Assets profiler** to Editor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user