Add more memory profiling insights and groups
This commit is contained in:
@@ -864,6 +864,11 @@ int32 MCore::GC::MaxGeneration()
|
||||
return mono_gc_max_generation();
|
||||
}
|
||||
|
||||
void MCore::GC::MemoryInfo(int64& totalCommitted, int64& heapSize)
|
||||
{
|
||||
totalCommitted = heapSize = 0;
|
||||
}
|
||||
|
||||
void MCore::GC::WaitForPendingFinalizers()
|
||||
{
|
||||
PROFILE_CPU();
|
||||
|
||||
Reference in New Issue
Block a user