profiler now fixed in wrapper also

This commit is contained in:
Victor Olin 2023-05-01 15:58:20 +02:00
parent bf3d91cdf1
commit ec3aa3cd60
6 changed files with 41 additions and 15 deletions

View file

@ -43,6 +43,11 @@ namespace GC
heap.m_heap_top = heap.m_heap;
}
void Heap::set_profiler_log_options(RecordOption flags)
{
Profiler::set_log_options(flags);
}
/**
* Disposes the heap and the profiler at program exit
* which also triggers a heap log file dumped if the