profiler now fixed in wrapper also
This commit is contained in:
parent
1741281fd8
commit
a4413e55f3
6 changed files with 41 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue